Struct aws_sdk_kafka::types::builders::ServerlessSaslBuilder
source · #[non_exhaustive]pub struct ServerlessSaslBuilder { /* private fields */ }Expand description
A builder for ServerlessSasl.
Implementations§
source§impl ServerlessSaslBuilder
impl ServerlessSaslBuilder
sourcepub fn set_iam(self, input: Option<Iam>) -> Self
pub fn set_iam(self, input: Option<Iam>) -> Self
Indicates whether IAM access control is enabled.
sourcepub fn build(self) -> ServerlessSasl
pub fn build(self) -> ServerlessSasl
Consumes the builder and constructs a ServerlessSasl.
Trait Implementations§
source§impl Clone for ServerlessSaslBuilder
impl Clone for ServerlessSaslBuilder
source§fn clone(&self) -> ServerlessSaslBuilder
fn clone(&self) -> ServerlessSaslBuilder
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 Debug for ServerlessSaslBuilder
impl Debug for ServerlessSaslBuilder
source§impl Default for ServerlessSaslBuilder
impl Default for ServerlessSaslBuilder
source§fn default() -> ServerlessSaslBuilder
fn default() -> ServerlessSaslBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ServerlessSaslBuilder
impl PartialEq for ServerlessSaslBuilder
source§fn eq(&self, other: &ServerlessSaslBuilder) -> bool
fn eq(&self, other: &ServerlessSaslBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServerlessSaslBuilder
Auto Trait Implementations§
impl Freeze for ServerlessSaslBuilder
impl RefUnwindSafe for ServerlessSaslBuilder
impl Send for ServerlessSaslBuilder
impl Sync for ServerlessSaslBuilder
impl Unpin for ServerlessSaslBuilder
impl UnwindSafe for ServerlessSaslBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.