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