CopyableBuilder<DescribeMovingAddressesResponse.Builder,DescribeMovingAddressesResponse>
, SdkBuilder<DescribeMovingAddressesResponse.Builder,DescribeMovingAddressesResponse>
public static interface DescribeMovingAddressesResponse.Builder extends CopyableBuilder<DescribeMovingAddressesResponse.Builder,DescribeMovingAddressesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeMovingAddressesResponse.Builder |
movingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses) |
The status for each Elastic IP address.
|
DescribeMovingAddressesResponse.Builder |
movingAddressStatuses(MovingAddressStatus... movingAddressStatuses) |
The status for each Elastic IP address.
|
DescribeMovingAddressesResponse.Builder |
nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
copy
apply, build
DescribeMovingAddressesResponse.Builder movingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
movingAddressStatuses
- The status for each Elastic IP address.DescribeMovingAddressesResponse.Builder movingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.
NOTE: This method appends the values to the existing list (if any). Use
#setMovingAddressStatuses(java.util.Collection)
or
#withMovingAddressStatuses(java.util.Collection)
if you want to override the existing values.
movingAddressStatuses
- The status for each Elastic IP address.DescribeMovingAddressesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.