Interface ListBatchLoadTasksRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListBatchLoadTasksRequest.Builder,,- ListBatchLoadTasksRequest> - SdkBuilder<ListBatchLoadTasksRequest.Builder,,- ListBatchLoadTasksRequest> - SdkPojo,- SdkRequest.Builder,- TimestreamWriteRequest.Builder
- Enclosing class:
- ListBatchLoadTasksRequest
@Mutable
@NotThreadSafe
public static interface ListBatchLoadTasksRequest.Builder
extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The total number of items to return in the output.A token to specify where to start paginating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.taskStatus(String taskStatus) Status of the batch load task.taskStatus(BatchLoadStatus taskStatus) Status of the batch load task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.timestreamwrite.model.TimestreamWriteRequest.Builderbuild
- 
Method Details- 
nextTokenA token to specify where to start paginating. This is the NextToken from a previously truncated response. - Parameters:
- nextToken- A token to specify where to start paginating. This is the NextToken from a previously truncated response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation. - Parameters:
- maxResults- The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskStatusStatus of the batch load task. - Parameters:
- taskStatus- Status of the batch load task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
taskStatusStatus of the batch load task. - Parameters:
- taskStatus- Status of the batch load task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListBatchLoadTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListBatchLoadTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-