public static interface DescribeVolumeStatusResponse.Builder extends EC2Response.Builder, 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)
A list of volumes.
|
DescribeVolumeStatusResponse.Builder |
volumeStatuses(VolumeStatusItem... volumeStatuses)
A list of volumes.
|
buildcopyapply, 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)
A list of volumes.
volumeStatuses - A list of volumes.DescribeVolumeStatusResponse.Builder volumeStatuses(VolumeStatusItem... volumeStatuses)
A list of volumes.
volumeStatuses - A list of volumes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.