static CreateRouteTableRequest.Builder |
CreateRouteTableRequest.builder() |
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateRouteTableRequest.Builder |
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 |
CreateRouteTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) |
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) |
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) |
The tags to assign to the route table.
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.toBuilder() |
|
CreateRouteTableRequest.Builder |
CreateRouteTableRequest.Builder.vpcId(String vpcId) |
The ID of the VPC.
|