@Generated(value="software.amazon.awssdk:codegen") public final class BatchLoadTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchLoadTask.Builder,BatchLoadTask>
Details about a batch load task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchLoadTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchLoadTask.Builder |
builder() |
Instant |
creationTime()
The time when the Timestream batch load task was created.
|
String |
databaseName()
Database name for the database into which a batch load task loads data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time when the Timestream batch load task was last updated.
|
Instant |
resumableUntil() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchLoadTask.Builder> |
serializableBuilderClass() |
String |
tableName()
Table name for the table into which a batch load task loads data.
|
String |
taskId()
The ID of the batch load task.
|
BatchLoadStatus |
taskStatus()
Status of the batch load task.
|
String |
taskStatusAsString()
Status of the batch load task.
|
BatchLoadTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String taskId()
The ID of the batch load task.
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 String databaseName()
Database name for the database into which a batch load task loads data.
public final String tableName()
Table name for the table into which a batch load task loads data.
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 BatchLoadTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchLoadTask.Builder,BatchLoadTask>public static BatchLoadTask.Builder builder()
public static Class<? extends BatchLoadTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.