public static interface DescribeAddressTransfersRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAddressTransfersRequest.Builder,DescribeAddressTransfersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressTransfersRequest.Builder |
allocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
|
DescribeAddressTransfersRequest.Builder |
allocationIds(String... allocationIds)
The allocation IDs of Elastic IP addresses.
|
DescribeAddressTransfersRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeAddressTransfersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
|
DescribeAddressTransfersRequest.Builder |
nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
DescribeAddressTransfersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAddressTransfersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddressTransfersRequest.Builder allocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
allocationIds - The allocation IDs of Elastic IP addresses.DescribeAddressTransfersRequest.Builder allocationIds(String... allocationIds)
The allocation IDs of Elastic IP addresses.
allocationIds - The allocation IDs of Elastic IP addresses.DescribeAddressTransfersRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.DescribeAddressTransfersRequest.Builder maxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
maxResults - The maximum number of address transfers to return in one page of results.DescribeAddressTransfersRequest.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.DescribeAddressTransfersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAddressTransfersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.