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