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)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.