Route |
Route.clone() |
|
Route |
Route.withDestinationCidrBlock(String destinationCidrBlock) |
The CIDR block used for the destination match.
|
Route |
Route.withDestinationPrefixListId(String destinationPrefixListId) |
The prefix of the AWS service.
|
Route |
Route.withGatewayId(String gatewayId) |
The ID of a gateway attached to your VPC.
|
Route |
Route.withInstanceId(String instanceId) |
The ID of a NAT instance in your VPC.
|
Route |
Route.withInstanceOwnerId(String instanceOwnerId) |
The AWS account ID of the owner of the instance.
|
Route |
Route.withNatGatewayId(String natGatewayId) |
The ID of a NAT gateway.
|
Route |
Route.withNetworkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
Route |
Route.withOrigin(RouteOrigin origin) |
Describes how the route was created.
|
Route |
Route.withOrigin(String origin) |
Describes how the route was created.
|
Route |
Route.withState(RouteState state) |
The state of the route.
|
Route |
Route.withState(String state) |
The state of the route.
|
Route |
Route.withVpcPeeringConnectionId(String vpcPeeringConnectionId) |
The ID of the VPC peering connection.
|