Struct aws_sdk_ec2::model::modify_transit_gateway_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyTransitGatewayOptions
Implementations
Appends an item to add_transit_gateway_cidr_blocks
.
To override the contents of this collection use set_add_transit_gateway_cidr_blocks
.
Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.
Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.
Appends an item to remove_transit_gateway_cidr_blocks
.
To override the contents of this collection use set_remove_transit_gateway_cidr_blocks
.
Removes CIDR blocks for the transit gateway.
Removes CIDR blocks for the transit gateway.
Enable or disable Equal Cost Multipath Protocol support.
Enable or disable Equal Cost Multipath Protocol support.
Enable or disable DNS support.
Enable or disable DNS support.
Enable or disable automatic acceptance of attachment requests.
Enable or disable automatic acceptance of attachment requests.
pub fn default_route_table_association(
self,
input: DefaultRouteTableAssociationValue
) -> Self
pub fn default_route_table_association(
self,
input: DefaultRouteTableAssociationValue
) -> Self
Enable or disable automatic association with the default association route table.
pub fn set_default_route_table_association(
self,
input: Option<DefaultRouteTableAssociationValue>
) -> Self
pub fn set_default_route_table_association(
self,
input: Option<DefaultRouteTableAssociationValue>
) -> Self
Enable or disable automatic association with the default association route table.
The ID of the default association route table.
The ID of the default association route table.
pub fn default_route_table_propagation(
self,
input: DefaultRouteTablePropagationValue
) -> Self
pub fn default_route_table_propagation(
self,
input: DefaultRouteTablePropagationValue
) -> Self
Enable or disable automatic propagation of routes to the default propagation route table.
pub fn set_default_route_table_propagation(
self,
input: Option<DefaultRouteTablePropagationValue>
) -> Self
pub fn set_default_route_table_propagation(
self,
input: Option<DefaultRouteTablePropagationValue>
) -> Self
Enable or disable automatic propagation of routes to the default propagation route table.
The ID of the default propagation route table.
The ID of the default propagation route table.
Consumes the builder and constructs a ModifyTransitGatewayOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more