CopyableBuilder<DescribeVolumesModificationsRequest.Builder,DescribeVolumesModificationsRequest>, SdkBuilder<DescribeVolumesModificationsRequest.Builder,DescribeVolumesModificationsRequest>public static interface DescribeVolumesModificationsRequest.Builder extends CopyableBuilder<DescribeVolumesModificationsRequest.Builder,DescribeVolumesModificationsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVolumesModificationsRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeVolumesModificationsRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeVolumesModificationsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results (up to a limit of 500) to be returned in a paginated request.
|
DescribeVolumesModificationsRequest.Builder |
nextToken(String nextToken) |
The
nextToken value returned by a previous paginated request. |
DescribeVolumesModificationsRequest.Builder |
volumeIds(String... volumeIds) |
One or more volume IDs for which in-progress modifications will be described.
|
DescribeVolumesModificationsRequest.Builder |
volumeIds(Collection<String> volumeIds) |
One or more volume IDs for which in-progress modifications will be described.
|
copyapply, buildDescribeVolumesModificationsRequest.Builder volumeIds(Collection<String> volumeIds)
One or more volume IDs for which in-progress modifications will be described.
volumeIds - One or more volume IDs for which in-progress modifications will be described.DescribeVolumesModificationsRequest.Builder volumeIds(String... volumeIds)
One or more volume IDs for which in-progress modifications will be described.
NOTE: This method appends the values to the existing list (if any). Use
#setVolumeIds(java.util.Collection) or #withVolumeIds(java.util.Collection) if you want to
override the existing values.
volumeIds - One or more volume IDs for which in-progress modifications will be described.DescribeVolumesModificationsRequest.Builder filters(Collection<Filter> filters)
One or more filters. Supported filters: volume-id, modification-state,
target-size, target-iops, target-volume-type,
original-size, original-iops, original-volume-type,
start-time.
filters - One or more filters. Supported filters: volume-id, modification-state,
target-size, target-iops, target-volume-type,
original-size, original-iops, original-volume-type,
start-time.DescribeVolumesModificationsRequest.Builder filters(Filter... filters)
One or more filters. Supported filters: volume-id, modification-state,
target-size, target-iops, target-volume-type,
original-size, original-iops, original-volume-type,
start-time.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - One or more filters. Supported filters: volume-id, modification-state,
target-size, target-iops, target-volume-type,
original-size, original-iops, original-volume-type,
start-time.DescribeVolumesModificationsRequest.Builder nextToken(String nextToken)
The nextToken value returned by a previous paginated request.
nextToken - The nextToken value returned by a previous paginated request.DescribeVolumesModificationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results (up to a limit of 500) to be returned in a paginated request.
maxResults - The maximum number of results (up to a limit of 500) to be returned in a paginated request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.