public static interface EC2CreateRouteAction.Builder extends SdkPojo, CopyableBuilder<EC2CreateRouteAction.Builder,EC2CreateRouteAction>
| Modifier and Type | Method and Description |
|---|---|
EC2CreateRouteAction.Builder |
description(String description)
A description of CreateRoute action in Amazon EC2.
|
EC2CreateRouteAction.Builder |
destinationCidrBlock(String destinationCidrBlock)
Information about the IPv4 CIDR address block used for the destination match.
|
EC2CreateRouteAction.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about the IPv6 CIDR block destination.
|
EC2CreateRouteAction.Builder |
destinationPrefixListId(String destinationPrefixListId)
Information about the ID of a prefix list used for the destination match.
|
EC2CreateRouteAction.Builder |
gatewayId(ActionTarget gatewayId)
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
|
default EC2CreateRouteAction.Builder |
gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
|
EC2CreateRouteAction.Builder |
routeTableId(ActionTarget routeTableId)
Information about the ID of the route table for the route.
|
default EC2CreateRouteAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table for the route.
|
EC2CreateRouteAction.Builder |
vpcEndpointId(ActionTarget vpcEndpointId)
Information about the ID of a VPC endpoint.
|
default EC2CreateRouteAction.Builder |
vpcEndpointId(Consumer<ActionTarget.Builder> vpcEndpointId)
Information about the ID of a VPC endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2CreateRouteAction.Builder description(String description)
A description of CreateRoute action in Amazon EC2.
description - A description of CreateRoute action in Amazon EC2.EC2CreateRouteAction.Builder destinationCidrBlock(String destinationCidrBlock)
Information about the IPv4 CIDR address block used for the destination match.
destinationCidrBlock - Information about the IPv4 CIDR address block used for the destination match.EC2CreateRouteAction.Builder destinationPrefixListId(String destinationPrefixListId)
Information about the ID of a prefix list used for the destination match.
destinationPrefixListId - Information about the ID of a prefix list used for the destination match.EC2CreateRouteAction.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about the IPv6 CIDR block destination.
destinationIpv6CidrBlock - Information about the IPv6 CIDR block destination.EC2CreateRouteAction.Builder vpcEndpointId(ActionTarget vpcEndpointId)
Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
vpcEndpointId - Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.default EC2CreateRouteAction.Builder vpcEndpointId(Consumer<ActionTarget.Builder> vpcEndpointId)
Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcEndpointId(ActionTarget).
vpcEndpointId - a consumer that will call methods on ActionTarget.BuildervpcEndpointId(ActionTarget)EC2CreateRouteAction.Builder gatewayId(ActionTarget gatewayId)
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
gatewayId - Information about the ID of an internet gateway or virtual private gateway attached to your VPC.default EC2CreateRouteAction.Builder gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gatewayId(ActionTarget).
gatewayId - a consumer that will call methods on ActionTarget.BuildergatewayId(ActionTarget)EC2CreateRouteAction.Builder routeTableId(ActionTarget routeTableId)
Information about the ID of the route table for the route.
routeTableId - Information about the ID of the route table for the route.default EC2CreateRouteAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table for the route.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routeTableId(ActionTarget).
routeTableId - a consumer that will call methods on ActionTarget.BuilderrouteTableId(ActionTarget)Copyright © 2022. All rights reserved.