public static interface CreateTransitGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRequest.Builder,CreateTransitGatewayRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateTransitGatewayRequest.Builder description(String description)
A description of the transit gateway.
description - A description of the transit gateway.CreateTransitGatewayRequest.Builder options(TransitGatewayRequestOptions options)
The transit gateway options.
options - The transit gateway options.default CreateTransitGatewayRequest.Builder options(Consumer<TransitGatewayRequestOptions.Builder> options)
The transit gateway options.
This is a convenience that creates an instance of theTransitGatewayRequestOptions.Builder avoiding
the need to create one manually via TransitGatewayRequestOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to options(TransitGatewayRequestOptions).options - a consumer that will call methods on TransitGatewayRequestOptions.Builderoptions(TransitGatewayRequestOptions)CreateTransitGatewayRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway.
tagSpecifications - The tags to apply to the transit gateway.CreateTransitGatewayRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway.
tagSpecifications - The tags to apply to the transit gateway.CreateTransitGatewayRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the transit gateway.
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) CreateTransitGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateTransitGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.