Struct aws_sdk_apigatewayv2::operation::update_vpc_link::builders::UpdateVpcLinkOutputBuilder
source · #[non_exhaustive]pub struct UpdateVpcLinkOutputBuilder { /* private fields */ }Expand description
A builder for UpdateVpcLinkOutput.
Implementations§
source§impl UpdateVpcLinkOutputBuilder
impl UpdateVpcLinkOutputBuilder
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) -> UpdateVpcLinkOutput
pub fn build(self) -> UpdateVpcLinkOutput
Consumes the builder and constructs a UpdateVpcLinkOutput.
Trait Implementations§
source§impl Clone for UpdateVpcLinkOutputBuilder
impl Clone for UpdateVpcLinkOutputBuilder
source§fn clone(&self) -> UpdateVpcLinkOutputBuilder
fn clone(&self) -> UpdateVpcLinkOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateVpcLinkOutputBuilder
impl Debug for UpdateVpcLinkOutputBuilder
source§impl Default for UpdateVpcLinkOutputBuilder
impl Default for UpdateVpcLinkOutputBuilder
source§fn default() -> UpdateVpcLinkOutputBuilder
fn default() -> UpdateVpcLinkOutputBuilder
source§impl PartialEq for UpdateVpcLinkOutputBuilder
impl PartialEq for UpdateVpcLinkOutputBuilder
source§fn eq(&self, other: &UpdateVpcLinkOutputBuilder) -> bool
fn eq(&self, other: &UpdateVpcLinkOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.