public static interface LocalGatewayRoute.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRoute.Builder,LocalGatewayRoute>
Modifier and Type | Method and Description |
---|---|
LocalGatewayRoute.Builder |
coipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
LocalGatewayRoute.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches.
|
LocalGatewayRoute.Builder |
destinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list.
|
LocalGatewayRoute.Builder |
localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
|
LocalGatewayRoute.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRoute.Builder |
localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
LocalGatewayRoute.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
LocalGatewayRoute.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route.
|
LocalGatewayRoute.Builder |
state(LocalGatewayRouteState state)
The state of the route.
|
LocalGatewayRoute.Builder |
state(String state)
The state of the route.
|
LocalGatewayRoute.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
LocalGatewayRoute.Builder |
type(LocalGatewayRouteType type)
The route type.
|
LocalGatewayRoute.Builder |
type(String type)
The route type.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LocalGatewayRoute.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches.
destinationCidrBlock
- The CIDR block used for destination matches.LocalGatewayRoute.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId
- The ID of the virtual interface group.LocalGatewayRoute.Builder type(String type)
The route type.
type
- The route type.LocalGatewayRouteType
,
LocalGatewayRouteType
LocalGatewayRoute.Builder type(LocalGatewayRouteType type)
The route type.
type
- The route type.LocalGatewayRouteType
,
LocalGatewayRouteType
LocalGatewayRoute.Builder state(String state)
The state of the route.
state
- The state of the route.LocalGatewayRouteState
,
LocalGatewayRouteState
LocalGatewayRoute.Builder state(LocalGatewayRouteState state)
The state of the route.
state
- The state of the route.LocalGatewayRouteState
,
LocalGatewayRouteState
LocalGatewayRoute.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.LocalGatewayRoute.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
localGatewayRouteTableArn
- The Amazon Resource Name (ARN) of the local gateway route table.LocalGatewayRoute.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route.
ownerId
- The ID of the Amazon Web Services account that owns the local gateway route.LocalGatewayRoute.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.LocalGatewayRoute.Builder coipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId
- The ID of the customer-owned address pool.LocalGatewayRoute.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.LocalGatewayRoute.Builder destinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list.
destinationPrefixListId
- The ID of the prefix list.Copyright © 2023. All rights reserved.