public static interface CreateTransitGatewayRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableRequest.Builder,CreateTransitGatewayRouteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTransitGatewayRouteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTransitGatewayRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTransitGatewayRouteTableRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
|
CreateTransitGatewayRouteTableRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the transit gateway route table.
|
CreateTransitGatewayRouteTableRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway route table.
|
CreateTransitGatewayRouteTableRequest.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayRouteTableRequest.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.CreateTransitGatewayRouteTableRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
tagSpecifications - The tags to apply to the transit gateway route table.CreateTransitGatewayRouteTableRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway route table.
tagSpecifications - The tags to apply to the transit gateway route table.CreateTransitGatewayRouteTableRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the transit gateway 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) CreateTransitGatewayRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.