#[non_exhaustive]pub struct VirtualGatewayTlsValidationContextSdsTrustBuilder { /* private fields */ }Expand description
A builder for VirtualGatewayTlsValidationContextSdsTrust.
Implementations§
source§impl VirtualGatewayTlsValidationContextSdsTrustBuilder
impl VirtualGatewayTlsValidationContextSdsTrustBuilder
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 virtual gateway's 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 virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sourcepub fn build(self) -> VirtualGatewayTlsValidationContextSdsTrust
pub fn build(self) -> VirtualGatewayTlsValidationContextSdsTrust
Consumes the builder and constructs a VirtualGatewayTlsValidationContextSdsTrust.
Trait Implementations§
source§impl Clone for VirtualGatewayTlsValidationContextSdsTrustBuilder
impl Clone for VirtualGatewayTlsValidationContextSdsTrustBuilder
source§fn clone(&self) -> VirtualGatewayTlsValidationContextSdsTrustBuilder
fn clone(&self) -> VirtualGatewayTlsValidationContextSdsTrustBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for VirtualGatewayTlsValidationContextSdsTrustBuilder
impl Default for VirtualGatewayTlsValidationContextSdsTrustBuilder
source§fn default() -> VirtualGatewayTlsValidationContextSdsTrustBuilder
fn default() -> VirtualGatewayTlsValidationContextSdsTrustBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VirtualGatewayTlsValidationContextSdsTrustBuilder> for VirtualGatewayTlsValidationContextSdsTrustBuilder
impl PartialEq<VirtualGatewayTlsValidationContextSdsTrustBuilder> for VirtualGatewayTlsValidationContextSdsTrustBuilder
source§fn eq(&self, other: &VirtualGatewayTlsValidationContextSdsTrustBuilder) -> bool
fn eq(&self, other: &VirtualGatewayTlsValidationContextSdsTrustBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.