Interface CreateBatchLoadTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateBatchLoadTaskRequest.Builder,
,CreateBatchLoadTaskRequest> SdkBuilder<CreateBatchLoadTaskRequest.Builder,
,CreateBatchLoadTaskRequest> SdkPojo
,SdkRequest.Builder
,TimestreamWriteRequest.Builder
- Enclosing class:
CreateBatchLoadTaskRequest
public static interface CreateBatchLoadTaskRequest.Builder
extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<CreateBatchLoadTaskRequest.Builder,CreateBatchLoadTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) dataModelConfiguration
(Consumer<DataModelConfiguration.Builder> dataModelConfiguration) Sets the value of the DataModelConfiguration property for this object.dataModelConfiguration
(DataModelConfiguration dataModelConfiguration) Sets the value of the DataModelConfiguration property for this object.dataSourceConfiguration
(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration) Defines configuration details about the data source for a batch load task.dataSourceConfiguration
(DataSourceConfiguration dataSourceConfiguration) Defines configuration details about the data source for a batch load task.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recordVersion
(Long recordVersion) reportConfiguration
(Consumer<ReportConfiguration.Builder> reportConfiguration) Sets the value of the ReportConfiguration property for this object.reportConfiguration
(ReportConfiguration reportConfiguration) Sets the value of the ReportConfiguration property for this object.targetDatabaseName
(String targetDatabaseName) Target Timestream database for a batch load task.targetTableName
(String targetTableName) Target Timestream table for a batch load task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.timestreamwrite.model.TimestreamWriteRequest.Builder
build
-
Method Details
-
clientToken
- Parameters:
clientToken
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataModelConfiguration
CreateBatchLoadTaskRequest.Builder dataModelConfiguration(DataModelConfiguration dataModelConfiguration) Sets the value of the DataModelConfiguration property for this object.- Parameters:
dataModelConfiguration
- The new value for the DataModelConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataModelConfiguration
default CreateBatchLoadTaskRequest.Builder dataModelConfiguration(Consumer<DataModelConfiguration.Builder> dataModelConfiguration) Sets the value of the DataModelConfiguration property for this object. This is a convenience method that creates an instance of theDataModelConfiguration.Builder
avoiding the need to create one manually viaDataModelConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataModelConfiguration(DataModelConfiguration)
.- Parameters:
dataModelConfiguration
- a consumer that will call methods onDataModelConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSourceConfiguration
CreateBatchLoadTaskRequest.Builder dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration) Defines configuration details about the data source for a batch load task.
- Parameters:
dataSourceConfiguration
- Defines configuration details about the data source for a batch load task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceConfiguration
default CreateBatchLoadTaskRequest.Builder dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration) Defines configuration details about the data source for a batch load task.
This is a convenience method that creates an instance of theDataSourceConfiguration.Builder
avoiding the need to create one manually viaDataSourceConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSourceConfiguration(DataSourceConfiguration)
.- Parameters:
dataSourceConfiguration
- a consumer that will call methods onDataSourceConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reportConfiguration
Sets the value of the ReportConfiguration property for this object.- Parameters:
reportConfiguration
- The new value for the ReportConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportConfiguration
default CreateBatchLoadTaskRequest.Builder reportConfiguration(Consumer<ReportConfiguration.Builder> reportConfiguration) Sets the value of the ReportConfiguration property for this object. This is a convenience method that creates an instance of theReportConfiguration.Builder
avoiding the need to create one manually viaReportConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreportConfiguration(ReportConfiguration)
.- Parameters:
reportConfiguration
- a consumer that will call methods onReportConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetDatabaseName
Target Timestream database for a batch load task.
- Parameters:
targetDatabaseName
- Target Timestream database for a batch load task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTableName
Target Timestream table for a batch load task.
- Parameters:
targetTableName
- Target Timestream table for a batch load task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordVersion
- Parameters:
recordVersion
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBatchLoadTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateBatchLoadTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-