@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchLoadTaskDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details about a batch load task.
Constructor and Description |
---|
BatchLoadTaskDescription() |
Modifier and Type | Method and Description |
---|---|
BatchLoadTaskDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time when the Timestream batch load task was created.
|
DataModelConfiguration |
getDataModelConfiguration()
Data model configuration for a batch load task.
|
DataSourceConfiguration |
getDataSourceConfiguration()
Configuration details about the data source for a batch load task.
|
String |
getErrorMessage()
|
Date |
getLastUpdatedTime()
The time when the Timestream batch load task was last updated.
|
BatchLoadProgressReport |
getProgressReport()
|
Long |
getRecordVersion()
|
ReportConfiguration |
getReportConfiguration()
Report configuration for a batch load task.
|
Date |
getResumableUntil() |
String |
getTargetDatabaseName()
|
String |
getTargetTableName()
|
String |
getTaskId()
The ID of the batch load task.
|
String |
getTaskStatus()
Status of the batch load task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time when the Timestream batch load task was created.
|
void |
setDataModelConfiguration(DataModelConfiguration dataModelConfiguration)
Data model configuration for a batch load task.
|
void |
setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Configuration details about the data source for a batch load task.
|
void |
setErrorMessage(String errorMessage)
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream batch load task was last updated.
|
void |
setProgressReport(BatchLoadProgressReport progressReport)
|
void |
setRecordVersion(Long recordVersion)
|
void |
setReportConfiguration(ReportConfiguration reportConfiguration)
Report configuration for a batch load task.
|
void |
setResumableUntil(Date resumableUntil) |
void |
setTargetDatabaseName(String targetDatabaseName)
|
void |
setTargetTableName(String targetTableName)
|
void |
setTaskId(String taskId)
The ID of the batch load task.
|
void |
setTaskStatus(String taskStatus)
Status of the batch load task.
|
String |
toString()
Returns a string representation of this object.
|
BatchLoadTaskDescription |
withCreationTime(Date creationTime)
The time when the Timestream batch load task was created.
|
BatchLoadTaskDescription |
withDataModelConfiguration(DataModelConfiguration dataModelConfiguration)
Data model configuration for a batch load task.
|
BatchLoadTaskDescription |
withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Configuration details about the data source for a batch load task.
|
BatchLoadTaskDescription |
withErrorMessage(String errorMessage)
|
BatchLoadTaskDescription |
withLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream batch load task was last updated.
|
BatchLoadTaskDescription |
withProgressReport(BatchLoadProgressReport progressReport)
|
BatchLoadTaskDescription |
withRecordVersion(Long recordVersion)
|
BatchLoadTaskDescription |
withReportConfiguration(ReportConfiguration reportConfiguration)
Report configuration for a batch load task.
|
BatchLoadTaskDescription |
withResumableUntil(Date resumableUntil) |
BatchLoadTaskDescription |
withTargetDatabaseName(String targetDatabaseName)
|
BatchLoadTaskDescription |
withTargetTableName(String targetTableName)
|
BatchLoadTaskDescription |
withTaskId(String taskId)
The ID of the batch load task.
|
BatchLoadTaskDescription |
withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
BatchLoadTaskDescription |
withTaskStatus(String taskStatus)
Status of the batch load task.
|
public void setTaskId(String taskId)
The ID of the batch load task.
taskId
- The ID of the batch load task.public String getTaskId()
The ID of the batch load task.
public BatchLoadTaskDescription withTaskId(String taskId)
The ID of the batch load task.
taskId
- The ID of the batch load task.public void setErrorMessage(String errorMessage)
errorMessage
- public String getErrorMessage()
public BatchLoadTaskDescription withErrorMessage(String errorMessage)
errorMessage
- public void setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Configuration details about the data source for a batch load task.
dataSourceConfiguration
- Configuration details about the data source for a batch load task.public DataSourceConfiguration getDataSourceConfiguration()
Configuration details about the data source for a batch load task.
public BatchLoadTaskDescription withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Configuration details about the data source for a batch load task.
dataSourceConfiguration
- Configuration details about the data source for a batch load task.public void setProgressReport(BatchLoadProgressReport progressReport)
progressReport
- public BatchLoadProgressReport getProgressReport()
public BatchLoadTaskDescription withProgressReport(BatchLoadProgressReport progressReport)
progressReport
- public void setReportConfiguration(ReportConfiguration reportConfiguration)
Report configuration for a batch load task. This contains details about where error reports are stored.
reportConfiguration
- Report configuration for a batch load task. This contains details about where error reports are stored.public ReportConfiguration getReportConfiguration()
Report configuration for a batch load task. This contains details about where error reports are stored.
public BatchLoadTaskDescription withReportConfiguration(ReportConfiguration reportConfiguration)
Report configuration for a batch load task. This contains details about where error reports are stored.
reportConfiguration
- Report configuration for a batch load task. This contains details about where error reports are stored.public void setDataModelConfiguration(DataModelConfiguration dataModelConfiguration)
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
dataModelConfiguration
- Data model configuration for a batch load task. This contains details about where a data model for a batch
load task is stored.public DataModelConfiguration getDataModelConfiguration()
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
public BatchLoadTaskDescription withDataModelConfiguration(DataModelConfiguration dataModelConfiguration)
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
dataModelConfiguration
- Data model configuration for a batch load task. This contains details about where a data model for a batch
load task is stored.public void setTargetDatabaseName(String targetDatabaseName)
targetDatabaseName
- public String getTargetDatabaseName()
public BatchLoadTaskDescription withTargetDatabaseName(String targetDatabaseName)
targetDatabaseName
- public void setTargetTableName(String targetTableName)
targetTableName
- public String getTargetTableName()
public BatchLoadTaskDescription withTargetTableName(String targetTableName)
targetTableName
- public void setTaskStatus(String taskStatus)
Status of the batch load task.
taskStatus
- Status of the batch load task.BatchLoadStatus
public String getTaskStatus()
Status of the batch load task.
BatchLoadStatus
public BatchLoadTaskDescription withTaskStatus(String taskStatus)
Status of the batch load task.
taskStatus
- Status of the batch load task.BatchLoadStatus
public BatchLoadTaskDescription withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
taskStatus
- Status of the batch load task.BatchLoadStatus
public void setRecordVersion(Long recordVersion)
recordVersion
- public Long getRecordVersion()
public BatchLoadTaskDescription withRecordVersion(Long recordVersion)
recordVersion
- public void setCreationTime(Date creationTime)
The time when the Timestream batch load task was created.
creationTime
- The time when the Timestream batch load task was created.public Date getCreationTime()
The time when the Timestream batch load task was created.
public BatchLoadTaskDescription withCreationTime(Date creationTime)
The time when the Timestream batch load task was created.
creationTime
- The time when the Timestream batch load task was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream batch load task was last updated.
lastUpdatedTime
- The time when the Timestream batch load task was last updated.public Date getLastUpdatedTime()
The time when the Timestream batch load task was last updated.
public BatchLoadTaskDescription withLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream batch load task was last updated.
lastUpdatedTime
- The time when the Timestream batch load task was last updated.public void setResumableUntil(Date resumableUntil)
resumableUntil
- public Date getResumableUntil()
public BatchLoadTaskDescription withResumableUntil(Date resumableUntil)
resumableUntil
- public String toString()
toString
in class Object
Object.toString()
public BatchLoadTaskDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.