Interface DescribeBatchLoadTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBatchLoadTaskResponse.Builder,
,DescribeBatchLoadTaskResponse> SdkBuilder<DescribeBatchLoadTaskResponse.Builder,
,DescribeBatchLoadTaskResponse> SdkPojo
,SdkResponse.Builder
,TimestreamWriteResponse.Builder
- Enclosing class:
DescribeBatchLoadTaskResponse
public static interface DescribeBatchLoadTaskResponse.Builder
extends TimestreamWriteResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchLoadTaskResponse.Builder,DescribeBatchLoadTaskResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbatchLoadTaskDescription
(Consumer<BatchLoadTaskDescription.Builder> batchLoadTaskDescription) Description of the batch load task.batchLoadTaskDescription
(BatchLoadTaskDescription batchLoadTaskDescription) Description of the batch load task.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.timestreamwrite.model.TimestreamWriteResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
batchLoadTaskDescription
DescribeBatchLoadTaskResponse.Builder batchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription) Description of the batch load task.
- Parameters:
batchLoadTaskDescription
- Description of the batch load task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchLoadTaskDescription
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 viaBatchLoadTaskDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobatchLoadTaskDescription(BatchLoadTaskDescription)
.- Parameters:
batchLoadTaskDescription
- a consumer that will call methods onBatchLoadTaskDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-