public static interface DescribeBatchLoadTaskResponse.Builder extends TimestreamWriteResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchLoadTaskResponse.Builder,DescribeBatchLoadTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchLoadTaskResponse.Builder |
batchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription)
Description of the batch load task.
|
default DescribeBatchLoadTaskResponse.Builder |
batchLoadTaskDescription(Consumer<BatchLoadTaskDescription.Builder> batchLoadTaskDescription)
Description of the batch load task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBatchLoadTaskResponse.Builder batchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription)
Description of the batch load task.
batchLoadTaskDescription - Description of the batch load task.default DescribeBatchLoadTaskResponse.Builder batchLoadTaskDescription(Consumer<BatchLoadTaskDescription.Builder> batchLoadTaskDescription)
Description of the batch load task.
This is a convenience method that creates an instance of theBatchLoadTaskDescription.Builder
avoiding the need to create one manually via BatchLoadTaskDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to batchLoadTaskDescription(BatchLoadTaskDescription).
batchLoadTaskDescription - a consumer that will call methods on BatchLoadTaskDescription.BuilderbatchLoadTaskDescription(BatchLoadTaskDescription)Copyright © 2023. All rights reserved.