public static interface EnableAddressTransferRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<EnableAddressTransferRequest.Builder,EnableAddressTransferRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableAddressTransferRequest.Builder |
allocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
EnableAddressTransferRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
EnableAddressTransferRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableAddressTransferRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableAddressTransferRequest.Builder |
transferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableAddressTransferRequest.Builder allocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId - The allocation ID of an Elastic IP address.EnableAddressTransferRequest.Builder transferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId - The ID of the account that you want to transfer the Elastic IP address to.EnableAddressTransferRequest.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.EnableAddressTransferRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableAddressTransferRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.