Struct aws_sdk_securityhub::types::builders::AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
source · #[non_exhaustive]pub struct AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsMskClusterClusterInfoClientAuthenticationDetails
.
Implementations§
source§impl AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
sourcepub fn sasl(
self,
input: AwsMskClusterClusterInfoClientAuthenticationSaslDetails
) -> Self
pub fn sasl( self, input: AwsMskClusterClusterInfoClientAuthenticationSaslDetails ) -> Self
Provides details for client authentication using SASL.
sourcepub fn set_sasl(
self,
input: Option<AwsMskClusterClusterInfoClientAuthenticationSaslDetails>
) -> Self
pub fn set_sasl( self, input: Option<AwsMskClusterClusterInfoClientAuthenticationSaslDetails> ) -> Self
Provides details for client authentication using SASL.
sourcepub fn get_sasl(
&self
) -> &Option<AwsMskClusterClusterInfoClientAuthenticationSaslDetails>
pub fn get_sasl( &self ) -> &Option<AwsMskClusterClusterInfoClientAuthenticationSaslDetails>
Provides details for client authentication using SASL.
sourcepub fn unauthenticated(
self,
input: AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
) -> Self
pub fn unauthenticated( self, input: AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails ) -> Self
Provides details for allowing no client authentication.
sourcepub fn set_unauthenticated(
self,
input: Option<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails>
) -> Self
pub fn set_unauthenticated( self, input: Option<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails> ) -> Self
Provides details for allowing no client authentication.
sourcepub fn get_unauthenticated(
&self
) -> &Option<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails>
pub fn get_unauthenticated( &self ) -> &Option<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails>
Provides details for allowing no client authentication.
sourcepub fn tls(
self,
input: AwsMskClusterClusterInfoClientAuthenticationTlsDetails
) -> Self
pub fn tls( self, input: AwsMskClusterClusterInfoClientAuthenticationTlsDetails ) -> Self
Provides details for client authentication using TLS.
sourcepub fn set_tls(
self,
input: Option<AwsMskClusterClusterInfoClientAuthenticationTlsDetails>
) -> Self
pub fn set_tls( self, input: Option<AwsMskClusterClusterInfoClientAuthenticationTlsDetails> ) -> Self
Provides details for client authentication using TLS.
sourcepub fn get_tls(
&self
) -> &Option<AwsMskClusterClusterInfoClientAuthenticationTlsDetails>
pub fn get_tls( &self ) -> &Option<AwsMskClusterClusterInfoClientAuthenticationTlsDetails>
Provides details for client authentication using TLS.
sourcepub fn build(self) -> AwsMskClusterClusterInfoClientAuthenticationDetails
pub fn build(self) -> AwsMskClusterClusterInfoClientAuthenticationDetails
Consumes the builder and constructs a AwsMskClusterClusterInfoClientAuthenticationDetails
.
Trait Implementations§
source§impl Clone for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl Clone for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
source§fn clone(&self) -> AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
fn clone(&self) -> AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
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 AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl Default for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
source§fn default() -> AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
fn default() -> AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl PartialEq for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
source§fn eq(
&self,
other: &AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
) -> bool
fn eq( &self, other: &AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl Send for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl Sync for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl Unpin for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
impl UnwindSafe for AwsMskClusterClusterInfoClientAuthenticationDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.