public static interface CreateTransitGatewayPolicyTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayPolicyTableRequest.Builder,CreateTransitGatewayPolicyTableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayPolicyTableRequest.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway used for the policy table.
transitGatewayId - The ID of the transit gateway used for the policy table.CreateTransitGatewayPolicyTableRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specification for the transit gateway policy table created during the request.
tagSpecifications - The tags specification for the transit gateway policy table created during the request.CreateTransitGatewayPolicyTableRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags specification for the transit gateway policy table created during the request.
tagSpecifications - The tags specification for the transit gateway policy table created during the request.CreateTransitGatewayPolicyTableRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags specification for the transit gateway policy table created during the request.
This is a convenience method 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) CreateTransitGatewayPolicyTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayPolicyTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.