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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchLoadTask.BuildercreationTime(Instant creationTime)The time when the Timestream batch load task was created.BatchLoadTask.BuilderdatabaseName(String databaseName)Database name for the database into which a batch load task loads data.BatchLoadTask.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time when the Timestream batch load task was last updated.BatchLoadTask.BuilderresumableUntil(Instant resumableUntil)BatchLoadTask.BuildertableName(String tableName)Table name for the table into which a batch load task loads data.BatchLoadTask.BuildertaskId(String taskId)The ID of the batch load task.BatchLoadTask.BuildertaskStatus(String taskStatus)Status of the batch load task.BatchLoadTask.BuildertaskStatus(BatchLoadStatus taskStatus)Status 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
-
-
-
-
Method Detail
-
taskId
BatchLoadTask.Builder taskId(String 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
BatchLoadTask.Builder taskStatus(String 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:
BatchLoadStatus,BatchLoadStatus
-
taskStatus
BatchLoadTask.Builder taskStatus(BatchLoadStatus 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:
BatchLoadStatus,BatchLoadStatus
-
databaseName
BatchLoadTask.Builder databaseName(String 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
BatchLoadTask.Builder tableName(String 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
BatchLoadTask.Builder creationTime(Instant 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
BatchLoadTask.Builder lastUpdatedTime(Instant 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
BatchLoadTask.Builder resumableUntil(Instant resumableUntil)
- Parameters:
resumableUntil-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-