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