pub struct Builder { /* private fields */ }
Expand description
A builder for TlsValidationContextFileTrust
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn certificate_chain(self, input: impl Into<String>) -> Self
pub fn certificate_chain(self, input: impl Into<String>) -> Self
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
sourcepub fn set_certificate_chain(self, input: Option<String>) -> Self
pub fn set_certificate_chain(self, input: Option<String>) -> Self
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
sourcepub fn build(self) -> TlsValidationContextFileTrust
pub fn build(self) -> TlsValidationContextFileTrust
Consumes the builder and constructs a TlsValidationContextFileTrust
.