CopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>, SdkBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>public static interface DescribeExportTasksRequest.Builder extends CopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeExportTasksRequest.Builder |
exportIds(String... exportIds) |
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest.Builder |
exportIds(Collection<String> exportIds) |
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
DescribeExportTasksRequest.Builder |
nextToken(String nextToken) |
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
copyapply, buildDescribeExportTasksRequest.Builder exportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
exportIds - One or more unique identifiers used to query the status of an export request.DescribeExportTasksRequest.Builder exportIds(String... exportIds)
One or more unique identifiers used to query the status of an export request.
NOTE: This method appends the values to the existing list (if any). Use
#setExportIds(java.util.Collection) or #withExportIds(java.util.Collection) if you want to
override the existing values.
exportIds - One or more unique identifiers used to query the status of an export request.DescribeExportTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of volume results returned by DescribeExportTasks in paginated output. When
this parameter is used, DescribeExportTasks only returns maxResults results in a
single page along with a nextToken response element.
maxResults - The maximum number of volume results returned by DescribeExportTasks in paginated output.
When this parameter is used, DescribeExportTasks only returns maxResults
results in a single page along with a nextToken response element.DescribeExportTasksRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
nextToken - The nextToken value returned from a previous paginated DescribeExportTasks
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value. This value is null when there are no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.