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 |
limit(Integer limit) |
The maximum number of items returned.
|
DescribeExportTasksRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeExportTasksRequest.Builder |
statusCode(String statusCode) |
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
statusCode(ExportTaskStatusCode statusCode) |
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
taskId(String taskId) |
The ID of the export task.
|
copy
apply, build
DescribeExportTasksRequest.Builder taskId(String taskId)
The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
taskId
- The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.DescribeExportTasksRequest.Builder statusCode(String statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more
export tasks.ExportTaskStatusCode
DescribeExportTasksRequest.Builder statusCode(ExportTaskStatusCode statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more
export tasks.ExportTaskStatusCode
DescribeExportTasksRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)DescribeExportTasksRequest.Builder limit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.