public static interface CreateTransitGatewayPolicyTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayPolicyTableRequest.Builder,CreateTransitGatewayPolicyTableRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTransitGatewayPolicyTableRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateTransitGatewayPolicyTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTransitGatewayPolicyTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTransitGatewayPolicyTableRequest.Builder |
tagSpecifications(Collection<TagSpecification> 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.
|
CreateTransitGatewayPolicyTableRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags specification for the transit gateway policy table created during the request.
|
CreateTransitGatewayPolicyTableRequest.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway used for the policy table.
|
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 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) CreateTransitGatewayPolicyTableRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateTransitGatewayPolicyTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayPolicyTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.