Struct aws_sdk_kafka::types::builders::VpcConnectionInfoBuilder
source · #[non_exhaustive]pub struct VpcConnectionInfoBuilder { /* private fields */ }
Expand description
A builder for VpcConnectionInfo
.
Implementations§
source§impl VpcConnectionInfoBuilder
impl VpcConnectionInfoBuilder
sourcepub fn vpc_connection_arn(self, input: impl Into<String>) -> Self
pub fn vpc_connection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the VPC connection.
sourcepub fn set_vpc_connection_arn(self, input: Option<String>) -> Self
pub fn set_vpc_connection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the VPC connection.
sourcepub fn get_vpc_connection_arn(&self) -> &Option<String>
pub fn get_vpc_connection_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the VPC connection.
sourcepub fn user_identity(self, input: UserIdentity) -> Self
pub fn user_identity(self, input: UserIdentity) -> Self
Description of the requester that calls the API operation.
sourcepub fn set_user_identity(self, input: Option<UserIdentity>) -> Self
pub fn set_user_identity(self, input: Option<UserIdentity>) -> Self
Description of the requester that calls the API operation.
sourcepub fn get_user_identity(&self) -> &Option<UserIdentity>
pub fn get_user_identity(&self) -> &Option<UserIdentity>
Description of the requester that calls the API operation.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time when Amazon MSK creates the VPC Connnection.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time when Amazon MSK creates the VPC Connnection.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time when Amazon MSK creates the VPC Connnection.
sourcepub fn build(self) -> VpcConnectionInfo
pub fn build(self) -> VpcConnectionInfo
Consumes the builder and constructs a VpcConnectionInfo
.
Trait Implementations§
source§impl Clone for VpcConnectionInfoBuilder
impl Clone for VpcConnectionInfoBuilder
source§fn clone(&self) -> VpcConnectionInfoBuilder
fn clone(&self) -> VpcConnectionInfoBuilder
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 VpcConnectionInfoBuilder
impl Debug for VpcConnectionInfoBuilder
source§impl Default for VpcConnectionInfoBuilder
impl Default for VpcConnectionInfoBuilder
source§fn default() -> VpcConnectionInfoBuilder
fn default() -> VpcConnectionInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VpcConnectionInfoBuilder
impl PartialEq for VpcConnectionInfoBuilder
source§fn eq(&self, other: &VpcConnectionInfoBuilder) -> bool
fn eq(&self, other: &VpcConnectionInfoBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpcConnectionInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VpcConnectionInfoBuilder
impl Send for VpcConnectionInfoBuilder
impl Sync for VpcConnectionInfoBuilder
impl Unpin for VpcConnectionInfoBuilder
impl UnwindSafe for VpcConnectionInfoBuilder
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.