Interface BatchLoadTask.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchLoadTask.Builder,,BatchLoadTask> SdkBuilder<BatchLoadTask.Builder,,BatchLoadTask> SdkPojo
- Enclosing class:
 BatchLoadTask
public static interface BatchLoadTask.Builder
extends SdkPojo, CopyableBuilder<BatchLoadTask.Builder,BatchLoadTask> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time when the Timestream batch load task was created.databaseName(String databaseName) Database name for the database into which a batch load task loads data.lastUpdatedTime(Instant lastUpdatedTime) The time when the Timestream batch load task was last updated.resumableUntil(Instant resumableUntil) Table name for the table into which a batch load task loads data.The ID of the batch load task.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.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
taskId
The ID of the batch load task.
- Parameters:
 taskId- The ID of the batch load task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskStatus
Status 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:
 
 - 
taskStatus
Status 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:
 
 - 
databaseName
Database name for the database into which a batch load task loads data.
- Parameters:
 databaseName- Database name for the database into which a batch load task loads data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tableName
Table name for the table into which a batch load task loads data.
- Parameters:
 tableName- Table name for the table into which a batch load task loads data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTime
The time when the Timestream batch load task was created.
- Parameters:
 creationTime- The time when the Timestream batch load task was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastUpdatedTime
The time when the Timestream batch load task was last updated.
- Parameters:
 lastUpdatedTime- The time when the Timestream batch load task was last updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resumableUntil
- Parameters:
 resumableUntil-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -