public static interface EC2ReplaceRouteTableAssociationAction.Builder extends SdkPojo, CopyableBuilder<EC2ReplaceRouteTableAssociationAction.Builder,EC2ReplaceRouteTableAssociationAction>
| Modifier and Type | Method and Description |
|---|---|
EC2ReplaceRouteTableAssociationAction.Builder |
associationId(ActionTarget associationId)
Information about the association ID.
|
default EC2ReplaceRouteTableAssociationAction.Builder |
associationId(Consumer<ActionTarget.Builder> associationId)
Information about the association ID.
|
EC2ReplaceRouteTableAssociationAction.Builder |
description(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
|
EC2ReplaceRouteTableAssociationAction.Builder |
routeTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
|
default EC2ReplaceRouteTableAssociationAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the new route table to associate with the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2ReplaceRouteTableAssociationAction.Builder description(String description)
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
description - A description of the ReplaceRouteTableAssociation action in Amazon EC2.EC2ReplaceRouteTableAssociationAction.Builder associationId(ActionTarget associationId)
Information about the association ID.
associationId - Information about the association ID.default EC2ReplaceRouteTableAssociationAction.Builder associationId(Consumer<ActionTarget.Builder> associationId)
Information about the association ID.
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 associationId(ActionTarget).
associationId - a consumer that will call methods on ActionTarget.BuilderassociationId(ActionTarget)EC2ReplaceRouteTableAssociationAction.Builder routeTableId(ActionTarget routeTableId)
Information about the ID of the new route table to associate with the subnet.
routeTableId - Information about the ID of the new route table to associate with the subnet.default EC2ReplaceRouteTableAssociationAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the new route table to associate with the subnet.
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.