public static interface ResetAddressAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetAddressAttributeRequest.Builder,ResetAddressAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetAddressAttributeRequest.Builder |
allocationId(String allocationId)
[EC2-VPC] The allocation ID.
|
ResetAddressAttributeRequest.Builder |
attribute(AddressAttributeName attribute)
The attribute of the IP address.
|
ResetAddressAttributeRequest.Builder |
attribute(String attribute)
The attribute of the IP address.
|
ResetAddressAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ResetAddressAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetAddressAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetAddressAttributeRequest.Builder allocationId(String allocationId)
[EC2-VPC] The allocation ID.
allocationId - [EC2-VPC] The allocation ID.ResetAddressAttributeRequest.Builder attribute(String attribute)
The attribute of the IP address.
attribute - The attribute of the IP address.AddressAttributeName,
AddressAttributeNameResetAddressAttributeRequest.Builder attribute(AddressAttributeName attribute)
The attribute of the IP address.
attribute - The attribute of the IP address.AddressAttributeName,
AddressAttributeNameResetAddressAttributeRequest.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.ResetAddressAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResetAddressAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.