Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
BatchLoadTaskDescription |
BatchLoadTaskDescription.clone() |
BatchLoadTaskDescription |
DescribeBatchLoadTaskResult.getBatchLoadTaskDescription()
Description of the batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withCreationTime(Date creationTime)
The time when the Timestream batch load task was created.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withDataModelConfiguration(DataModelConfiguration dataModelConfiguration)
Data model configuration for a batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Configuration details about the data source for a batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withErrorMessage(String errorMessage)
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream batch load task was last updated.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withProgressReport(BatchLoadProgressReport progressReport)
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withRecordVersion(Long recordVersion)
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withReportConfiguration(ReportConfiguration reportConfiguration)
Report configuration for a batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withResumableUntil(Date resumableUntil) |
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTargetDatabaseName(String targetDatabaseName)
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTargetTableName(String targetTableName)
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTaskId(String taskId)
The ID of the batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTaskStatus(String taskStatus)
Status of the batch load task.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeBatchLoadTaskResult.setBatchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription)
Description of the batch load task.
|
DescribeBatchLoadTaskResult |
DescribeBatchLoadTaskResult.withBatchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription)
Description of the batch load task.
|
Copyright © 2023. All rights reserved.