CopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
, SdkBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
public static interface DescribeMovingAddressesRequest.Builder extends CopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
Modifier and Type | Method | 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(String... publicIps) |
One or more Elastic IP addresses.
|
DescribeMovingAddressesRequest.Builder |
publicIps(Collection<String> publicIps) |
One or more Elastic IP addresses.
|
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
).
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPublicIps(java.util.Collection)
or #withPublicIps(java.util.Collection)
if you want to
override the existing values.
publicIps
- One or more Elastic IP addresses.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.