public static interface EC2ReplaceRouteAction.Builder extends SdkPojo, CopyableBuilder<EC2ReplaceRouteAction.Builder,EC2ReplaceRouteAction>
| Modifier and Type | Method and Description |
|---|---|
EC2ReplaceRouteAction.Builder |
description(String description)
A description of the ReplaceRoute action in Amazon EC2.
|
EC2ReplaceRouteAction.Builder |
destinationCidrBlock(String destinationCidrBlock)
Information about the IPv4 CIDR address block used for the destination match.
|
EC2ReplaceRouteAction.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about the IPv6 CIDR address block used for the destination match.
|
EC2ReplaceRouteAction.Builder |
destinationPrefixListId(String destinationPrefixListId)
Information about the ID of the prefix list for the route.
|
EC2ReplaceRouteAction.Builder |
gatewayId(ActionTarget gatewayId)
Information about the ID of an internet gateway or virtual private gateway.
|
default EC2ReplaceRouteAction.Builder |
gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway.
|
EC2ReplaceRouteAction.Builder |
routeTableId(ActionTarget routeTableId)
Information about the ID of the route table.
|
default EC2ReplaceRouteAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2ReplaceRouteAction.Builder description(String description)
A description of the ReplaceRoute action in Amazon EC2.
description - A description of the ReplaceRoute action in Amazon EC2.EC2ReplaceRouteAction.Builder destinationCidrBlock(String destinationCidrBlock)
Information about 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.
destinationCidrBlock - Information about 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.EC2ReplaceRouteAction.Builder destinationPrefixListId(String destinationPrefixListId)
Information about the ID of the prefix list for the route.
destinationPrefixListId - Information about the ID of the prefix list for the route.EC2ReplaceRouteAction.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about 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.
destinationIpv6CidrBlock - Information about 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.EC2ReplaceRouteAction.Builder gatewayId(ActionTarget gatewayId)
Information about the ID of an internet gateway or virtual private gateway.
gatewayId - Information about the ID of an internet gateway or virtual private gateway.default EC2ReplaceRouteAction.Builder gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway.
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)EC2ReplaceRouteAction.Builder routeTableId(ActionTarget routeTableId)
Information about the ID of the route table.
routeTableId - Information about the ID of the route table.default EC2ReplaceRouteAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
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.