Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateRouteRequest.Builder
Packages that use CreateRouteRequest.Builder
Package
Description
-
Uses of CreateRouteRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateRouteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateRouteResponse>Ec2AsyncClient.createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest) Creates a route in a route table within a VPC.default CreateRouteResponseEc2Client.createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest) Creates a route in a route table within a VPC. -
Uses of CreateRouteRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateRouteRequest.BuilderModifier and TypeMethodDescriptionstatic CreateRouteRequest.BuilderCreateRouteRequest.builder()CreateRouteRequest.Builder.carrierGatewayId(String carrierGatewayId) The ID of the carrier gateway.CreateRouteRequest.Builder.coreNetworkArn(String coreNetworkArn) The Amazon Resource Name (ARN) of the core network.CreateRouteRequest.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 CIDR address block used for the destination match.CreateRouteRequest.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock) The IPv6 CIDR block used for the destination match.CreateRouteRequest.Builder.destinationPrefixListId(String destinationPrefixListId) The ID of a prefix list used for the destination match.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateRouteRequest.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) [IPv6 traffic only] The ID of an egress-only internet gateway.The ID of an internet gateway or virtual private gateway attached to your VPC.CreateRouteRequest.Builder.instanceId(String instanceId) The ID of a NAT instance in your VPC.CreateRouteRequest.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.CreateRouteRequest.Builder.natGatewayId(String natGatewayId) [IPv4 traffic only] The ID of a NAT gateway.CreateRouteRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of a network interface.CreateRouteRequest.Builder.odbNetworkArn(String odbNetworkArn) The Amazon Resource Name (ARN) of the ODB network.CreateRouteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRouteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateRouteRequest.Builder.routeTableId(String routeTableId) The ID of the route table for the route.CreateRouteRequest.toBuilder()CreateRouteRequest.Builder.transitGatewayId(String transitGatewayId) The ID of a transit gateway.CreateRouteRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of a VPC endpoint.CreateRouteRequest.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of a VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateRouteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRouteRequest.Builder>CreateRouteRequest.serializableBuilderClass()