public static interface ListBatchLoadTasksRequest.Builder extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBatchLoadTasksRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in the output.
|
ListBatchLoadTasksRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListBatchLoadTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBatchLoadTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBatchLoadTasksRequest.Builder |
taskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
ListBatchLoadTasksRequest.Builder |
taskStatus(String taskStatus)
Status of the batch load task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchLoadTasksRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated
response.ListBatchLoadTasksRequest.Builder maxResults(Integer 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.
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.ListBatchLoadTasksRequest.Builder taskStatus(String taskStatus)
Status of the batch load task.
taskStatus - Status of the batch load task.BatchLoadStatus,
BatchLoadStatusListBatchLoadTasksRequest.Builder taskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
taskStatus - Status of the batch load task.BatchLoadStatus,
BatchLoadStatusListBatchLoadTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBatchLoadTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.