public static interface CreateTransitGatewayRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableRequest.Builder,CreateTransitGatewayRouteTableRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateTransitGatewayRouteTableRequest.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateTransitGatewayRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateTransitGatewayRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.