public static interface CreateRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateRouteTableRequest.Builder,CreateRouteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRouteTableRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateRouteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRouteTableRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRouteTableRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateRouteTableRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.CreateRouteTableRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the route table.
tagSpecifications - The tags to assign to the route table.CreateRouteTableRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the route table.
tagSpecifications - The tags to assign to the route table.CreateRouteTableRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the route table.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.