Struct aws_sdk_apigatewayv2::operation::create_vpc_link::builders::CreateVpcLinkOutputBuilder
source · #[non_exhaustive]pub struct CreateVpcLinkOutputBuilder { /* private fields */ }Expand description
A builder for CreateVpcLinkOutput.
Implementations§
source§impl CreateVpcLinkOutputBuilder
impl CreateVpcLinkOutputBuilder
sourcepub fn created_date(self, input: DateTime) -> Self
pub fn created_date(self, input: DateTime) -> Self
The timestamp when the VPC link was created.
sourcepub fn set_created_date(self, input: Option<DateTime>) -> Self
pub fn set_created_date(self, input: Option<DateTime>) -> Self
The timestamp when the VPC link was created.
sourcepub fn get_created_date(&self) -> &Option<DateTime>
pub fn get_created_date(&self) -> &Option<DateTime>
The timestamp when the VPC link was created.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids.
To override the contents of this collection use set_security_group_ids.
A list of security group IDs for the VPC link.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
A list of security group IDs for the VPC link.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
A list of security group IDs for the VPC link.
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to subnet_ids.
To override the contents of this collection use set_subnet_ids.
A list of subnet IDs to include in the VPC link.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
A list of subnet IDs to include in the VPC link.
sourcepub fn get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
A list of subnet IDs to include in the VPC link.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags for the VPC link.
Tags for the VPC link.
Tags for the VPC link.
sourcepub fn vpc_link_id(self, input: impl Into<String>) -> Self
pub fn vpc_link_id(self, input: impl Into<String>) -> Self
The ID of the VPC link.
sourcepub fn set_vpc_link_id(self, input: Option<String>) -> Self
pub fn set_vpc_link_id(self, input: Option<String>) -> Self
The ID of the VPC link.
sourcepub fn get_vpc_link_id(&self) -> &Option<String>
pub fn get_vpc_link_id(&self) -> &Option<String>
The ID of the VPC link.
sourcepub fn vpc_link_status(self, input: VpcLinkStatus) -> Self
pub fn vpc_link_status(self, input: VpcLinkStatus) -> Self
The status of the VPC link.
sourcepub fn set_vpc_link_status(self, input: Option<VpcLinkStatus>) -> Self
pub fn set_vpc_link_status(self, input: Option<VpcLinkStatus>) -> Self
The status of the VPC link.
sourcepub fn get_vpc_link_status(&self) -> &Option<VpcLinkStatus>
pub fn get_vpc_link_status(&self) -> &Option<VpcLinkStatus>
The status of the VPC link.
sourcepub fn vpc_link_status_message(self, input: impl Into<String>) -> Self
pub fn vpc_link_status_message(self, input: impl Into<String>) -> Self
A message summarizing the cause of the status of the VPC link.
sourcepub fn set_vpc_link_status_message(self, input: Option<String>) -> Self
pub fn set_vpc_link_status_message(self, input: Option<String>) -> Self
A message summarizing the cause of the status of the VPC link.
sourcepub fn get_vpc_link_status_message(&self) -> &Option<String>
pub fn get_vpc_link_status_message(&self) -> &Option<String>
A message summarizing the cause of the status of the VPC link.
sourcepub fn vpc_link_version(self, input: VpcLinkVersion) -> Self
pub fn vpc_link_version(self, input: VpcLinkVersion) -> Self
The version of the VPC link.
sourcepub fn set_vpc_link_version(self, input: Option<VpcLinkVersion>) -> Self
pub fn set_vpc_link_version(self, input: Option<VpcLinkVersion>) -> Self
The version of the VPC link.
sourcepub fn get_vpc_link_version(&self) -> &Option<VpcLinkVersion>
pub fn get_vpc_link_version(&self) -> &Option<VpcLinkVersion>
The version of the VPC link.
sourcepub fn build(self) -> CreateVpcLinkOutput
pub fn build(self) -> CreateVpcLinkOutput
Consumes the builder and constructs a CreateVpcLinkOutput.
Trait Implementations§
source§impl Clone for CreateVpcLinkOutputBuilder
impl Clone for CreateVpcLinkOutputBuilder
source§fn clone(&self) -> CreateVpcLinkOutputBuilder
fn clone(&self) -> CreateVpcLinkOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateVpcLinkOutputBuilder
impl Debug for CreateVpcLinkOutputBuilder
source§impl Default for CreateVpcLinkOutputBuilder
impl Default for CreateVpcLinkOutputBuilder
source§fn default() -> CreateVpcLinkOutputBuilder
fn default() -> CreateVpcLinkOutputBuilder
source§impl PartialEq for CreateVpcLinkOutputBuilder
impl PartialEq for CreateVpcLinkOutputBuilder
source§fn eq(&self, other: &CreateVpcLinkOutputBuilder) -> bool
fn eq(&self, other: &CreateVpcLinkOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.