public static interface DeleteTransitGatewayPolicyTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteTransitGatewayPolicyTableRequest.Builder,DeleteTransitGatewayPolicyTableRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTransitGatewayPolicyTableRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteTransitGatewayPolicyTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTransitGatewayPolicyTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTransitGatewayPolicyTableRequest.Builder |
transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The transit gateway policy table to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTransitGatewayPolicyTableRequest.Builder transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The transit gateway policy table to delete.
transitGatewayPolicyTableId - The transit gateway policy table to delete.DeleteTransitGatewayPolicyTableRequest.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.DeleteTransitGatewayPolicyTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTransitGatewayPolicyTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.