Interface DescribeExportTasksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchLogsRequest.Builder
,CopyableBuilder<DescribeExportTasksRequest.Builder,
,DescribeExportTasksRequest> SdkBuilder<DescribeExportTasksRequest.Builder,
,DescribeExportTasksRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeExportTasksRequest
public static interface DescribeExportTasksRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of items returned.The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.statusCode
(String statusCodeValue) The status code of the export task.statusCode
(ExportTaskStatusCode statusCodeValue) The status code of the export task.The ID of the export task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
taskId
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.
- Parameters:
taskId
- The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
- Parameters:
statusCodeValue
- The status code of the export task. Specifying a status code filters the results to zero or more export tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
- Parameters:
statusCodeValue
- The status code of the export task. Specifying a status code filters the results to zero or more export tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
- Parameters:
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeExportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeExportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-