Struct aws_sdk_ec2::model::local_gateway_route::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LocalGatewayRoute
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn destination_cidr_block(self, input: impl Into<String>) -> Self
pub fn destination_cidr_block(self, input: impl Into<String>) -> Self
The CIDR block used for destination matches.
sourcepub fn set_destination_cidr_block(self, input: Option<String>) -> Self
pub fn set_destination_cidr_block(self, input: Option<String>) -> Self
The CIDR block used for destination matches.
sourcepub fn local_gateway_virtual_interface_group_id(
self,
input: impl Into<String>
) -> Self
pub fn local_gateway_virtual_interface_group_id(
self,
input: impl Into<String>
) -> Self
The ID of the virtual interface group.
sourcepub fn set_local_gateway_virtual_interface_group_id(
self,
input: Option<String>
) -> Self
pub fn set_local_gateway_virtual_interface_group_id(
self,
input: Option<String>
) -> Self
The ID of the virtual interface group.
sourcepub fn type(self, input: LocalGatewayRouteType) -> Self
pub fn type(self, input: LocalGatewayRouteType) -> Self
The route type.
sourcepub fn set_type(self, input: Option<LocalGatewayRouteType>) -> Self
pub fn set_type(self, input: Option<LocalGatewayRouteType>) -> Self
The route type.
sourcepub fn state(self, input: LocalGatewayRouteState) -> Self
pub fn state(self, input: LocalGatewayRouteState) -> Self
The state of the route.
sourcepub fn set_state(self, input: Option<LocalGatewayRouteState>) -> Self
pub fn set_state(self, input: Option<LocalGatewayRouteState>) -> Self
The state of the route.
sourcepub fn local_gateway_route_table_id(self, input: impl Into<String>) -> Self
pub fn local_gateway_route_table_id(self, input: impl Into<String>) -> Self
The ID of the local gateway route table.
sourcepub fn set_local_gateway_route_table_id(self, input: Option<String>) -> Self
pub fn set_local_gateway_route_table_id(self, input: Option<String>) -> Self
The ID of the local gateway route table.
sourcepub fn local_gateway_route_table_arn(self, input: impl Into<String>) -> Self
pub fn local_gateway_route_table_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the local gateway route table.
sourcepub fn set_local_gateway_route_table_arn(self, input: Option<String>) -> Self
pub fn set_local_gateway_route_table_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the local gateway route table.
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 local gateway route.
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 local gateway route.
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The ID of the subnet.
sourcepub fn coip_pool_id(self, input: impl Into<String>) -> Self
pub fn coip_pool_id(self, input: impl Into<String>) -> Self
The ID of the customer-owned address pool.
sourcepub fn set_coip_pool_id(self, input: Option<String>) -> Self
pub fn set_coip_pool_id(self, input: Option<String>) -> Self
The ID of the customer-owned address pool.
sourcepub fn network_interface_id(self, input: impl Into<String>) -> Self
pub fn network_interface_id(self, input: impl Into<String>) -> Self
The ID of the network interface.
sourcepub fn set_network_interface_id(self, input: Option<String>) -> Self
pub fn set_network_interface_id(self, input: Option<String>) -> Self
The ID of the network interface.
sourcepub fn build(self) -> LocalGatewayRoute
pub fn build(self) -> LocalGatewayRoute
Consumes the builder and constructs a LocalGatewayRoute
.