Struct aws_sdk_kafka::operation::describe_vpc_connection::builders::DescribeVpcConnectionOutputBuilder
source · #[non_exhaustive]pub struct DescribeVpcConnectionOutputBuilder { /* private fields */ }Expand description
A builder for DescribeVpcConnectionOutput.
Implementations§
source§impl DescribeVpcConnectionOutputBuilder
impl DescribeVpcConnectionOutputBuilder
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) that uniquely identifies a MSK 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) that uniquely identifies a MSK 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) that uniquely identifies a MSK VPC connection.
sourcepub fn target_cluster_arn(self, input: impl Into<String>) -> Self
pub fn target_cluster_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
sourcepub fn set_target_cluster_arn(self, input: Option<String>) -> Self
pub fn set_target_cluster_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
sourcepub fn get_target_cluster_arn(&self) -> &Option<String>
pub fn get_target_cluster_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
sourcepub fn state(self, input: VpcConnectionState) -> Self
pub fn state(self, input: VpcConnectionState) -> Self
The state of VPC connection.
sourcepub fn set_state(self, input: Option<VpcConnectionState>) -> Self
pub fn set_state(self, input: Option<VpcConnectionState>) -> Self
The state of VPC connection.
sourcepub fn get_state(&self) -> &Option<VpcConnectionState>
pub fn get_state(&self) -> &Option<VpcConnectionState>
The state of VPC connection.
sourcepub fn authentication(self, input: impl Into<String>) -> Self
pub fn authentication(self, input: impl Into<String>) -> Self
The authentication type of VPC connection.
sourcepub fn set_authentication(self, input: Option<String>) -> Self
pub fn set_authentication(self, input: Option<String>) -> Self
The authentication type of VPC connection.
sourcepub fn get_authentication(&self) -> &Option<String>
pub fn get_authentication(&self) -> &Option<String>
The authentication type of VPC connection.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The VPC Id for the VPC connection.
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The VPC Id for the VPC connection.
sourcepub fn subnets(self, input: impl Into<String>) -> Self
pub fn subnets(self, input: impl Into<String>) -> Self
Appends an item to subnets.
To override the contents of this collection use set_subnets.
The list of subnets for the VPC connection.
sourcepub fn set_subnets(self, input: Option<Vec<String>>) -> Self
pub fn set_subnets(self, input: Option<Vec<String>>) -> Self
The list of subnets for the VPC connection.
sourcepub fn get_subnets(&self) -> &Option<Vec<String>>
pub fn get_subnets(&self) -> &Option<Vec<String>>
The list of subnets for the VPC connection.
sourcepub fn security_groups(self, input: impl Into<String>) -> Self
pub fn security_groups(self, input: impl Into<String>) -> Self
Appends an item to security_groups.
To override the contents of this collection use set_security_groups.
The list of security groups for the VPC connection.
sourcepub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
The list of security groups for the VPC connection.
sourcepub fn get_security_groups(&self) -> &Option<Vec<String>>
pub fn get_security_groups(&self) -> &Option<Vec<String>>
The list of security groups for the VPC connection.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time of the VPC connection.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time of the VPC connection.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time of the VPC connection.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map of tags for the VPC connection.
A map of tags for the VPC connection.
A map of tags for the VPC connection.
sourcepub fn build(self) -> DescribeVpcConnectionOutput
pub fn build(self) -> DescribeVpcConnectionOutput
Consumes the builder and constructs a DescribeVpcConnectionOutput.
Trait Implementations§
source§impl Clone for DescribeVpcConnectionOutputBuilder
impl Clone for DescribeVpcConnectionOutputBuilder
source§fn clone(&self) -> DescribeVpcConnectionOutputBuilder
fn clone(&self) -> DescribeVpcConnectionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeVpcConnectionOutputBuilder
impl Default for DescribeVpcConnectionOutputBuilder
source§fn default() -> DescribeVpcConnectionOutputBuilder
fn default() -> DescribeVpcConnectionOutputBuilder
source§impl PartialEq for DescribeVpcConnectionOutputBuilder
impl PartialEq for DescribeVpcConnectionOutputBuilder
source§fn eq(&self, other: &DescribeVpcConnectionOutputBuilder) -> bool
fn eq(&self, other: &DescribeVpcConnectionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.