public static interface EC2CreateRouteTableAction.Builder extends SdkPojo, CopyableBuilder<EC2CreateRouteTableAction.Builder,EC2CreateRouteTableAction>
| Modifier and Type | Method and Description |
|---|---|
EC2CreateRouteTableAction.Builder |
description(String description)
A description of the CreateRouteTable action.
|
EC2CreateRouteTableAction.Builder |
vpcId(ActionTarget vpcId)
Information about the ID of a VPC.
|
default EC2CreateRouteTableAction.Builder |
vpcId(Consumer<ActionTarget.Builder> vpcId)
Information about the ID of a VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2CreateRouteTableAction.Builder description(String description)
A description of the CreateRouteTable action.
description - A description of the CreateRouteTable action.EC2CreateRouteTableAction.Builder vpcId(ActionTarget vpcId)
Information about the ID of a VPC.
vpcId - Information about the ID of a VPC.default EC2CreateRouteTableAction.Builder vpcId(Consumer<ActionTarget.Builder> vpcId)
Information about the ID of a 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 vpcId(ActionTarget).
vpcId - a consumer that will call methods on ActionTarget.BuildervpcId(ActionTarget)Copyright © 2023. All rights reserved.