@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() |
ImportMode |
importMode()
The import mode the dataset import job used to update the data in the dataset.
|
String |
importModeAsString()
The import mode the dataset import job used to update the data in the dataset.
|
String |
jobName()
The name of the dataset import job.
|
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the dataset import job status 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 import job status was last updated.
public final String failureReason()
If a dataset import job fails, the reason behind the failure.
public final ImportMode importMode()
The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.
If the service returns an enum value that is not available in the current SDK version, importMode will
return ImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importModeAsString().
ImportModepublic final String importModeAsString()
The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.
If the service returns an enum value that is not available in the current SDK version, importMode will
return ImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importModeAsString().
ImportModepublic 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 © 2023. All rights reserved.