public static interface DescribeMovingAddressesResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theMovingAddressStatus.Builder avoiding the need to create one
manually via MovingAddressStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #movingAddressStatuses(List.
movingAddressStatuses - a consumer that will call methods on
MovingAddressStatus.Builder#movingAddressStatuses(java.util.Collection) 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 © 2023. All rights reserved.