@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 String datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job.
public String jobName()
The name of the dataset import job.
public 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 Instant creationDateTime()
The date and time (in Unix time) that the dataset import job was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the dataset was last updated.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.