Uses of Interface
software.amazon.awssdk.services.ec2.model.Route.Builder
Packages that use Route.Builder
-
Uses of Route.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Route.BuilderModifier and TypeMethodDescriptionstatic Route.BuilderRoute.builder()Route.Builder.carrierGatewayId(String carrierGatewayId) The ID of the carrier gateway.Route.Builder.coreNetworkArn(String coreNetworkArn) The Amazon Resource Name (ARN) of the core network.Route.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 CIDR block used for the destination match.Route.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock) The IPv6 CIDR block used for the destination match.Route.Builder.destinationPrefixListId(String destinationPrefixListId) The prefix of the Amazon Web Services service.Route.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) The ID of the egress-only internet gateway.The ID of a gateway attached to your VPC.Route.Builder.instanceId(String instanceId) The ID of a NAT instance in your VPC.Route.Builder.instanceOwnerId(String instanceOwnerId) The ID of Amazon Web Services account that owns the instance.The next hop IP address for routes propagated by VPC Route Server into VPC route tables.Route.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.Route.Builder.natGatewayId(String natGatewayId) The ID of a NAT gateway.Route.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.Route.Builder.odbNetworkArn(String odbNetworkArn) The Amazon Resource Name (ARN) of the ODB network.Describes how the route was created.Route.Builder.origin(RouteOrigin origin) Describes how the route was created.The state of the route.Route.Builder.state(RouteState state) The state of the route.Route.toBuilder()Route.Builder.transitGatewayId(String transitGatewayId) The ID of a transit gateway.Route.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 Route.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Route.Builder>Route.serializableBuilderClass()