public static interface AnalysisRouteTableRoute.Builder extends SdkPojo, CopyableBuilder<AnalysisRouteTableRoute.Builder,AnalysisRouteTableRoute>
Modifier and Type | Method and Description |
---|---|
AnalysisRouteTableRoute.Builder |
destinationCidr(String destinationCidr)
The destination IPv4 address, in CIDR notation.
|
AnalysisRouteTableRoute.Builder |
destinationPrefixListId(String destinationPrefixListId)
The prefix of the Amazon Web Service.
|
AnalysisRouteTableRoute.Builder |
egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of an egress-only internet gateway.
|
AnalysisRouteTableRoute.Builder |
gatewayId(String gatewayId)
The ID of the gateway, such as an internet gateway or virtual private gateway.
|
AnalysisRouteTableRoute.Builder |
instanceId(String instanceId)
The ID of the instance, such as a NAT instance.
|
AnalysisRouteTableRoute.Builder |
natGatewayId(String natGatewayId)
The ID of a NAT gateway.
|
AnalysisRouteTableRoute.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of a network interface.
|
AnalysisRouteTableRoute.Builder |
origin(String origin)
Describes how the route was created.
|
AnalysisRouteTableRoute.Builder |
transitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
AnalysisRouteTableRoute.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AnalysisRouteTableRoute.Builder destinationCidr(String destinationCidr)
The destination IPv4 address, in CIDR notation.
destinationCidr
- The destination IPv4 address, in CIDR notation.AnalysisRouteTableRoute.Builder destinationPrefixListId(String destinationPrefixListId)
The prefix of the Amazon Web Service.
destinationPrefixListId
- The prefix of the Amazon Web Service.AnalysisRouteTableRoute.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of an egress-only internet gateway.
egressOnlyInternetGatewayId
- The ID of an egress-only internet gateway.AnalysisRouteTableRoute.Builder gatewayId(String gatewayId)
The ID of the gateway, such as an internet gateway or virtual private gateway.
gatewayId
- The ID of the gateway, such as an internet gateway or virtual private gateway.AnalysisRouteTableRoute.Builder instanceId(String instanceId)
The ID of the instance, such as a NAT instance.
instanceId
- The ID of the instance, such as a NAT instance.AnalysisRouteTableRoute.Builder natGatewayId(String natGatewayId)
The ID of a NAT gateway.
natGatewayId
- The ID of a NAT gateway.AnalysisRouteTableRoute.Builder networkInterfaceId(String networkInterfaceId)
The ID of a network interface.
networkInterfaceId
- The ID of a network interface.AnalysisRouteTableRoute.Builder origin(String origin)
Describes how the route was created. The following are possible values:
CreateRouteTable
- The route was automatically created when the route table was created.
CreateRoute
- The route was manually added to the route table.
EnableVgwRoutePropagation
- The route was propagated by route propagation.
origin
- Describes how the route was created. The following are possible values:
CreateRouteTable
- The route was automatically created when the route table was created.
CreateRoute
- The route was manually added to the route table.
EnableVgwRoutePropagation
- The route was propagated by route propagation.
AnalysisRouteTableRoute.Builder transitGatewayId(String transitGatewayId)
The ID of a transit gateway.
transitGatewayId
- The ID of a transit gateway.AnalysisRouteTableRoute.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
vpcPeeringConnectionId
- The ID of a VPC peering connection.Copyright © 2021. All rights reserved.