#[non_exhaustive]pub struct AwsEc2RouteTableDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEc2RouteTableDetails
.
Implementations§
source§impl AwsEc2RouteTableDetailsBuilder
impl AwsEc2RouteTableDetailsBuilder
sourcepub fn association_set(self, input: AssociationSetDetails) -> Self
pub fn association_set(self, input: AssociationSetDetails) -> Self
Appends an item to association_set
.
To override the contents of this collection use set_association_set
.
The associations between a route table and one or more subnets or a gateway.
sourcepub fn set_association_set(
self,
input: Option<Vec<AssociationSetDetails>>
) -> Self
pub fn set_association_set( self, input: Option<Vec<AssociationSetDetails>> ) -> Self
The associations between a route table and one or more subnets or a gateway.
sourcepub fn get_association_set(&self) -> &Option<Vec<AssociationSetDetails>>
pub fn get_association_set(&self) -> &Option<Vec<AssociationSetDetails>>
The associations between a route table and one or more subnets or a gateway.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn propagating_vgw_set(self, input: PropagatingVgwSetDetails) -> Self
pub fn propagating_vgw_set(self, input: PropagatingVgwSetDetails) -> Self
Appends an item to propagating_vgw_set
.
To override the contents of this collection use set_propagating_vgw_set
.
Describes a virtual private gateway propagating route.
sourcepub fn set_propagating_vgw_set(
self,
input: Option<Vec<PropagatingVgwSetDetails>>
) -> Self
pub fn set_propagating_vgw_set( self, input: Option<Vec<PropagatingVgwSetDetails>> ) -> Self
Describes a virtual private gateway propagating route.
sourcepub fn get_propagating_vgw_set(&self) -> &Option<Vec<PropagatingVgwSetDetails>>
pub fn get_propagating_vgw_set(&self) -> &Option<Vec<PropagatingVgwSetDetails>>
Describes a virtual private gateway propagating route.
sourcepub fn route_table_id(self, input: impl Into<String>) -> Self
pub fn route_table_id(self, input: impl Into<String>) -> Self
The ID of the route table.
sourcepub fn set_route_table_id(self, input: Option<String>) -> Self
pub fn set_route_table_id(self, input: Option<String>) -> Self
The ID of the route table.
sourcepub fn get_route_table_id(&self) -> &Option<String>
pub fn get_route_table_id(&self) -> &Option<String>
The ID of the route table.
sourcepub fn route_set(self, input: RouteSetDetails) -> Self
pub fn route_set(self, input: RouteSetDetails) -> Self
Appends an item to route_set
.
To override the contents of this collection use set_route_set
.
The routes in the route table.
sourcepub fn set_route_set(self, input: Option<Vec<RouteSetDetails>>) -> Self
pub fn set_route_set(self, input: Option<Vec<RouteSetDetails>>) -> Self
The routes in the route table.
sourcepub fn get_route_set(&self) -> &Option<Vec<RouteSetDetails>>
pub fn get_route_set(&self) -> &Option<Vec<RouteSetDetails>>
The routes in the route table.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the virtual private cloud (VPC).
sourcepub fn build(self) -> AwsEc2RouteTableDetails
pub fn build(self) -> AwsEc2RouteTableDetails
Consumes the builder and constructs a AwsEc2RouteTableDetails
.
Trait Implementations§
source§impl Clone for AwsEc2RouteTableDetailsBuilder
impl Clone for AwsEc2RouteTableDetailsBuilder
source§fn clone(&self) -> AwsEc2RouteTableDetailsBuilder
fn clone(&self) -> AwsEc2RouteTableDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsEc2RouteTableDetailsBuilder
impl Default for AwsEc2RouteTableDetailsBuilder
source§fn default() -> AwsEc2RouteTableDetailsBuilder
fn default() -> AwsEc2RouteTableDetailsBuilder
source§impl PartialEq for AwsEc2RouteTableDetailsBuilder
impl PartialEq for AwsEc2RouteTableDetailsBuilder
source§fn eq(&self, other: &AwsEc2RouteTableDetailsBuilder) -> bool
fn eq(&self, other: &AwsEc2RouteTableDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.