public static interface DescribeMovingAddressesRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeMovingAddressesRequest.Builder |
filters(Collection<Filter> filters)
One or more filters.
|
DescribeMovingAddressesRequest.Builder |
filters(Filter... filters)
One or more filters.
|
DescribeMovingAddressesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeMovingAddressesRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeMovingAddressesRequest.Builder |
publicIps(Collection<String> publicIps)
One or more Elastic IP addresses.
|
DescribeMovingAddressesRequest.Builder |
publicIps(String... publicIps)
One or more Elastic IP addresses.
|
DescribeMovingAddressesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeMovingAddressesRequest.Builder filters(Collection<Filter> filters)
One or more filters.
moving-status
- The status of the Elastic IP address (MovingToVpc
|
RestoringToClassic
).
filters
- One or more filters.
moving-status
- The status of the Elastic IP address (MovingToVpc
|
RestoringToClassic
).
DescribeMovingAddressesRequest.Builder filters(Filter... filters)
One or more filters.
moving-status
- The status of the Elastic IP address (MovingToVpc
|
RestoringToClassic
).
filters
- One or more filters.
moving-status
- The status of the Elastic IP address (MovingToVpc
|
RestoringToClassic
).
DescribeMovingAddressesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results of the
initial request can be seen by sending another request with the returned NextToken
value. This
value can be between 5 and 1000; if MaxResults
is given a value outside of this range, an error
is returned.
Default: If no value is provided, the default is 1000.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results of the
initial request can be seen by sending another request with the returned NextToken
value.
This value can be between 5 and 1000; if MaxResults
is given a value outside of this
range, an error is returned.
Default: If no value is provided, the default is 1000.
DescribeMovingAddressesRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.DescribeMovingAddressesRequest.Builder publicIps(Collection<String> publicIps)
One or more Elastic IP addresses.
publicIps
- One or more Elastic IP addresses.DescribeMovingAddressesRequest.Builder publicIps(String... publicIps)
One or more Elastic IP addresses.
publicIps
- One or more Elastic IP addresses.DescribeMovingAddressesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.