public static interface DisassociateAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateAddressRequest.Builder,DisassociateAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateAddressRequest.Builder |
associationId(String associationId)
The association ID.
|
DisassociateAddressRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DisassociateAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateAddressRequest.Builder |
publicIp(String publicIp)
Deprecated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateAddressRequest.Builder associationId(String associationId)
The association ID. This parameter is required.
associationId - The association ID. This parameter is required.DisassociateAddressRequest.Builder publicIp(String publicIp)
Deprecated.
publicIp - Deprecated.DisassociateAddressRequest.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.DisassociateAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.