pub struct Builder { /* private fields */ }Expand description
A builder for TlsValidationContextSdsTrust.
Implementations§
source§impl Builder
impl Builder
sourcepub fn secret_name(self, input: impl Into<String>) -> Self
pub fn secret_name(self, input: impl Into<String>) -> Self
A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sourcepub fn set_secret_name(self, input: Option<String>) -> Self
pub fn set_secret_name(self, input: Option<String>) -> Self
A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sourcepub fn build(self) -> TlsValidationContextSdsTrust
pub fn build(self) -> TlsValidationContextSdsTrust
Consumes the builder and constructs a TlsValidationContextSdsTrust.