public static interface DescribeExportTasksRequest.Builder extends CloudWatchLogsRequest.Builder, CopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeExportTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeExportTasksRequest.Builder |
statusCode(ExportTaskStatusCode statusCode)
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
statusCode(String statusCode)
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
taskId(String taskId)
The ID of the export task.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeExportTasksRequest.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,
ExportTaskStatusCodeDescribeExportTasksRequest.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,
ExportTaskStatusCodeDescribeExportTasksRequest.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.DescribeExportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeExportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.