public static interface DescribeExportTasksRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, 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) |
DescribeExportTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeExportTasksRequest.Builder |
statusCode(ExportTaskStatusCode statusCodeValue)
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
statusCode(String statusCodeValue)
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
taskId(String taskId)
The ID of the export task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExportTasksRequest.Builder taskId(String taskId)
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.
taskId - The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.DescribeExportTasksRequest.Builder statusCode(String statusCodeValue)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCodeValue - 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 statusCodeValue)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCodeValue - 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeExportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.