CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
, SdkBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
public static interface DescribeAddressesRequest.Builder extends CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeAddressesRequest.Builder |
maxResults(Integer maxResults) |
The number of
ADDRESS objects to return. |
DescribeAddressesRequest.Builder |
nextToken(String nextToken) |
HTTP requests are stateless.
|
copy
apply, build
DescribeAddressesRequest.Builder maxResults(Integer maxResults)
The number of ADDRESS
objects to return.
maxResults
- The number of ADDRESS
objects to return.DescribeAddressesRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects, you have the option of specifying a value for NextToken
as the starting point for your
list of returned addresses.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects, you have the option of specifying a value for NextToken
as the starting point
for your list of returned addresses.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.