@Generated(value="software.amazon.awssdk:codegen") public final class DatasetImportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>
Provides a summary of the properties of a dataset import job. For a complete listing, call the DescribeDatasetImportJob API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetImportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetImportJobSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the dataset import job was created.
|
String |
datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a dataset import job fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the dataset import job.
|
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the dataset was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetImportJobSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset ACTIVE -or- CREATE FAILED
|
DatasetImportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job.
public final String jobName()
The name of the dataset import job.
public final String status()
The status of the dataset ACTIVE -or- CREATE FAILED
A dataset import job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public final Instant creationDateTime()
The date and time (in Unix time) that the dataset import job was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the dataset was last updated.
public final String failureReason()
If a dataset import job fails, the reason behind the failure.
public DatasetImportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>public static DatasetImportJobSummary.Builder builder()
public static Class<? extends DatasetImportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.