Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
@Generated("software.amazon.awssdk:codegen") public class ReplaceRouteRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
Contains the parameters for ReplaceRoute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReplaceRouteRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ReplaceRouteRequest.Builder |
builder() |
|
String |
destinationCidrBlock() |
The IPv4 CIDR address block used for the destination match.
|
String |
destinationIpv6CidrBlock() |
The IPv6 CIDR address block used for the destination match.
|
String |
egressOnlyInternetGatewayId() |
[IPv6 traffic only] The ID of an egress-only Internet gateway.
|
boolean |
equals(Object obj) |
|
String |
gatewayId() |
The ID of an Internet gateway or virtual private gateway.
|
int |
hashCode() |
|
String |
instanceId() |
The ID of a NAT instance in your VPC.
|
String |
natGatewayId() |
[IPv4 traffic only] The ID of a NAT gateway.
|
String |
networkInterfaceId() |
The ID of a network interface.
|
String |
routeTableId() |
The ID of the route table.
|
static Class<? extends ReplaceRouteRequest.Builder> |
serializableBuilderClass() |
|
ReplaceRouteRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcPeeringConnectionId() |
The ID of a VPC peering connection.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public 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.
public String egressOnlyInternetGatewayId()
[IPv6 traffic only] The ID of an egress-only Internet gateway.
public String gatewayId()
The ID of an Internet gateway or virtual private gateway.
public String instanceId()
The ID of a NAT instance in your VPC.
public String natGatewayId()
[IPv4 traffic only] The ID of a NAT gateway.
public String networkInterfaceId()
The ID of a network interface.
public String routeTableId()
The ID of the route table.
public String vpcPeeringConnectionId()
The ID of a VPC peering connection.
public ReplaceRouteRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
public static ReplaceRouteRequest.Builder builder()
public static Class<? extends ReplaceRouteRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.