@Generated(value="software.amazon.awssdk:codegen") public final class BatchLoadTaskDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchLoadTaskDescription.Builder,BatchLoadTaskDescription>
Details about a batch load task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchLoadTaskDescription.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String taskId()
The ID of the batch load task.
public final String errorMessage()
public final DataSourceConfiguration dataSourceConfiguration()
Configuration details about the data source for a batch load task.
public final BatchLoadProgressReport progressReport()
public final ReportConfiguration reportConfiguration()
Report configuration for a batch load task. This contains details about where error reports are stored.
public final 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.
public final String targetDatabaseName()
public final String targetTableName()
public final BatchLoadStatus taskStatus()
Status of the batch load task.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return BatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskStatusAsString().
BatchLoadStatuspublic final String taskStatusAsString()
Status of the batch load task.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return BatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskStatusAsString().
BatchLoadStatuspublic final Long recordVersion()
public final Instant creationTime()
The time when the Timestream batch load task was created.
public final Instant lastUpdatedTime()
The time when the Timestream batch load task was last updated.
public final Instant resumableUntil()
public BatchLoadTaskDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchLoadTaskDescription.Builder,BatchLoadTaskDescription>public static BatchLoadTaskDescription.Builder builder()
public static Class<? extends BatchLoadTaskDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.