public static interface DescribeMovingAddressesResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeMovingAddressesResponse.Builder,DescribeMovingAddressesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMovingAddressesResponse.Builder |
movingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
DescribeMovingAddressesResponse.Builder |
movingAddressStatuses(Consumer<MovingAddressStatus.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMovingAddressesResponse.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.
movingAddressStatuses - The status for each Elastic IP address.DescribeMovingAddressesResponse.Builder movingAddressStatuses(Consumer<MovingAddressStatus.Builder>... movingAddressStatuses)
The status for each Elastic IP address.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #movingAddressStatuses(List) .movingAddressStatuses - a consumer that will call methods on List.Builder #movingAddressStatuses(List) 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.