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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVolumeStatusResponse.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 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 #volumeStatuses(List)
.volumeStatuses
- a consumer that will call methods on List.Builder
#volumeStatuses(List)
Copyright © 2020. All rights reserved.