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