CopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
, SdkBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
public static interface ReplaceRouteRequest.Builder extends CopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
Modifier and Type | Method | Description |
---|---|---|
ReplaceRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock) |
The IPv4 CIDR address block used for the destination match.
|
ReplaceRouteRequest.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock) |
The IPv6 CIDR address block used for the destination match.
|
ReplaceRouteRequest.Builder |
egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) |
[IPv6 traffic only] The ID of an egress-only Internet gateway.
|
ReplaceRouteRequest.Builder |
gatewayId(String gatewayId) |
The ID of an Internet gateway or virtual private gateway.
|
ReplaceRouteRequest.Builder |
instanceId(String instanceId) |
The ID of a NAT instance in your VPC.
|
ReplaceRouteRequest.Builder |
natGatewayId(String natGatewayId) |
[IPv4 traffic only] The ID of a NAT gateway.
|
ReplaceRouteRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of a network interface.
|
ReplaceRouteRequest.Builder |
routeTableId(String routeTableId) |
The ID of the route table.
|
ReplaceRouteRequest.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId) |
The ID of a VPC peering connection.
|
copy
apply, build
ReplaceRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.
destinationCidrBlock
- The IPv4 CIDR address block used for the destination match. The value you provide must match the CIDR
of an existing route in the table.ReplaceRouteRequest.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table.
destinationIpv6CidrBlock
- The IPv6 CIDR address block used for the destination match. The value you provide must match the CIDR
of an existing route in the table.ReplaceRouteRequest.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
[IPv6 traffic only] The ID of an egress-only Internet gateway.
egressOnlyInternetGatewayId
- [IPv6 traffic only] The ID of an egress-only Internet gateway.ReplaceRouteRequest.Builder gatewayId(String gatewayId)
The ID of an Internet gateway or virtual private gateway.
gatewayId
- The ID of an Internet gateway or virtual private gateway.ReplaceRouteRequest.Builder instanceId(String instanceId)
The ID of a NAT instance in your VPC.
instanceId
- The ID of a NAT instance in your VPC.ReplaceRouteRequest.Builder natGatewayId(String natGatewayId)
[IPv4 traffic only] The ID of a NAT gateway.
natGatewayId
- [IPv4 traffic only] The ID of a NAT gateway.ReplaceRouteRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of a network interface.
networkInterfaceId
- The ID of a network interface.ReplaceRouteRequest.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.ReplaceRouteRequest.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
vpcPeeringConnectionId
- The ID of a VPC peering connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.