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