Class ReplaceRouteRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplaceRouteRequest.Builderbuilder()final String[IPv4 traffic only] The ID of a carrier gateway.final StringThe Amazon Resource Name (ARN) of the core network.final StringThe IPv4 CIDR address block used for the destination match.final StringThe IPv6 CIDR address block used for the destination match.final StringThe ID of the prefix list for the route.final BooleandryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.final String[IPv6 traffic only] The ID of an egress-only internet gateway.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe ID of an internet gateway or virtual private gateway.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of a NAT instance in your VPC.final StringThe ID of the local gateway.final BooleanSpecifies whether to reset the local route to its default target (local).final String[IPv4 traffic only] The ID of a NAT gateway.final StringThe ID of a network interface.final StringThe Amazon Resource Name (ARN) of the ODB network.final StringThe ID of the route table.static Class<? extends ReplaceRouteRequest.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of a transit gateway.final StringThe ID of a VPC endpoint.final StringThe ID of a VPC peering connection.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
destinationPrefixListId
The ID of the prefix list for the route.
- Returns:
- The ID of the prefix list for the route.
-
vpcEndpointId
The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
- Returns:
- The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
-
localTarget
Specifies whether to reset the local route to its default target (
local).- Returns:
- Specifies whether to reset the local route to its default target (
local).
-
transitGatewayId
The ID of a transit gateway.
- Returns:
- The ID of a transit gateway.
-
localGatewayId
The ID of the local gateway.
- Returns:
- The ID of the local gateway.
-
carrierGatewayId
[IPv4 traffic only] The ID of a carrier gateway.
- Returns:
- [IPv4 traffic only] The ID of a carrier gateway.
-
coreNetworkArn
The Amazon Resource Name (ARN) of the core network.
- Returns:
- The Amazon Resource Name (ARN) of the core network.
-
odbNetworkArn
The Amazon Resource Name (ARN) of the ODB network.
- Returns:
- The Amazon Resource Name (ARN) of the ODB network.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.
-
routeTableId
The ID of the route table.
- Returns:
- The ID of the route table.
-
destinationCidrBlock
The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
- Returns:
- The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
-
gatewayId
The ID of an internet gateway or virtual private gateway.
- Returns:
- The ID of an internet gateway or virtual private gateway.
-
destinationIpv6CidrBlock
The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
- Returns:
- The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
-
egressOnlyInternetGatewayId
[IPv6 traffic only] The ID of an egress-only internet gateway.
- Returns:
- [IPv6 traffic only] The ID of an egress-only internet gateway.
-
instanceId
The ID of a NAT instance in your VPC.
- Returns:
- The ID of a NAT instance in your VPC.
-
networkInterfaceId
The ID of a network interface.
- Returns:
- The ID of a network interface.
-
vpcPeeringConnectionId
The ID of a VPC peering connection.
- Returns:
- The ID of a VPC peering connection.
-
natGatewayId
[IPv4 traffic only] The ID of a NAT gateway.
- Returns:
- [IPv4 traffic only] The ID of a NAT gateway.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest> - Specified by:
toBuilderin classEc2Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-