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