public static interface DeleteCarrierGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteCarrierGatewayRequest.Builder,DeleteCarrierGatewayRequest>
Modifier and Type | Method and Description |
---|---|
DeleteCarrierGatewayRequest.Builder |
carrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
DeleteCarrierGatewayRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteCarrierGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCarrierGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteCarrierGatewayRequest.Builder carrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
carrierGatewayId
- The ID of the carrier gateway.DeleteCarrierGatewayRequest.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
.DeleteCarrierGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteCarrierGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.