public static interface DescribeVolumeStatusResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVolumeStatusResponse.Builder,DescribeVolumeStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumeStatusResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVolumeStatusResponse.Builder |
volumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Information about the status of the volumes.
|
DescribeVolumeStatusResponse.Builder |
volumeStatuses(Consumer<VolumeStatusItem.Builder>... volumeStatuses)
Information about the status of the volumes.
|
DescribeVolumeStatusResponse.Builder |
volumeStatuses(VolumeStatusItem... volumeStatuses)
Information about the status of the volumes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVolumeStatusResponse.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.DescribeVolumeStatusResponse.Builder volumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Information about the status of the volumes.
volumeStatuses - Information about the status of the volumes.DescribeVolumeStatusResponse.Builder volumeStatuses(VolumeStatusItem... volumeStatuses)
Information about the status of the volumes.
volumeStatuses - Information about the status of the volumes.DescribeVolumeStatusResponse.Builder volumeStatuses(Consumer<VolumeStatusItem.Builder>... volumeStatuses)
Information about the status of the volumes.
This is a convenience method that creates an instance of theVolumeStatusItem.Builder avoiding the need to create one
manually via VolumeStatusItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #volumeStatuses(List.
volumeStatuses - a consumer that will call methods on
VolumeStatusItem.Builder#volumeStatuses(java.util.Collection) Copyright © 2022. All rights reserved.