Struct aws_sdk_securityhub::types::builders::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
source · #[non_exhaustive]pub struct AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder { /* private fields */ }Expand description
A builder for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.
Implementations§
source§impl AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Indicates whether SASL/SCRAM authentication is enabled or not.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether SASL/SCRAM authentication is enabled or not.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Indicates whether SASL/SCRAM authentication is enabled or not.
sourcepub fn build(
self
) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
pub fn build( self ) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
Consumes the builder and constructs a AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.
Trait Implementations§
source§impl Clone for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl Clone for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
source§fn clone(
&self
) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
fn clone( &self ) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
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 AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl Default for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
source§fn default(
) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
fn default( ) -> AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl PartialEq for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
source§fn eq(
&self,
other: &AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
) -> bool
fn eq( &self, other: &AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl Send for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl Sync for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl Unpin for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
impl UnwindSafe for AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsBuilder
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.