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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeExportTasksRequest.Builderlimit(Integer limit)The maximum number of items returned.DescribeExportTasksRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeExportTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeExportTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeExportTasksRequest.BuilderstatusCode(String statusCodeValue)The status code of the export task.DescribeExportTasksRequest.BuilderstatusCode(ExportTaskStatusCode statusCodeValue)The status code of the export task.DescribeExportTasksRequest.BuildertaskId(String taskId)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 Detail
-
taskId
DescribeExportTasksRequest.Builder taskId(String 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
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.
- 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:
ExportTaskStatusCode,ExportTaskStatusCode
-
statusCode
DescribeExportTasksRequest.Builder statusCode(ExportTaskStatusCode statusCodeValue)
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:
ExportTaskStatusCode,ExportTaskStatusCode
-
nextToken
DescribeExportTasksRequest.Builder nextToken(String 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeExportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-