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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items 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 © 2023. All rights reserved.