Class CreateRouteRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateRouteRequest.Builder,CreateRouteRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateRouteRequest.Builderbuilder()final StringThe ID of the 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 block used for the destination match.final StringThe ID of a prefix list used for the destination match.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 attached to your VPC.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 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 for the route.static Class<? extends CreateRouteRequest.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 a prefix list used for the destination match.
- Returns:
- The ID of a prefix list used for the destination match.
-
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.
-
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
The ID of the carrier gateway.
You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.
- Returns:
- The ID of the carrier gateway.
You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.
-
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 for the route.
- Returns:
- The ID of the route table for the route.
-
destinationCidrBlock
The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify
100.68.0.18/18, we modify it to100.68.0.0/18.- Returns:
- The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most
specific match. We modify the specified CIDR block to its canonical form; for example, if you specify
100.68.0.18/18, we modify it to100.68.0.0/18.
-
gatewayId
The ID of an internet gateway or virtual private gateway attached to your VPC.
- Returns:
- The ID of an internet gateway or virtual private gateway attached to your VPC.
-
destinationIpv6CidrBlock
The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.
- Returns:
- The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.
-
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. The operation fails if you specify an instance ID unless exactly one network interface is attached.
- Returns:
- The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.
-
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<CreateRouteRequest.Builder,CreateRouteRequest> - 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
-