@Generated(value="software.amazon.awssdk:codegen") public final class ImportFileTaskInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>
Information about the import file tasks you request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportFileTaskInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportFileTaskInformation.Builder |
builder() |
Instant |
completionTime()
The time that the import task completes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the import file task.
|
String |
importName()
The name of the import task given in
StartImportFileTask. |
String |
inputS3Bucket()
The S3 bucket where the import file is located.
|
String |
inputS3Key()
The Amazon S3 key name of the import file.
|
Integer |
numberOfRecordsFailed()
The number of records that failed to be imported.
|
Integer |
numberOfRecordsSuccess()
The number of records successfully imported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportFileTaskInformation.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Start time of the import task.
|
ImportFileTaskStatus |
status()
Status of import file task.
|
String |
statusAsString()
Status of import file task.
|
String |
statusReportS3Bucket()
The S3 bucket name for status report of import task.
|
String |
statusReportS3Key()
The Amazon S3 key name for status report of import task.
|
ImportFileTaskInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant completionTime()
The time that the import task completes.
public final String id()
The ID of the import file task.
public final String importName()
The name of the import task given in StartImportFileTask.
StartImportFileTask.public final String inputS3Bucket()
The S3 bucket where the import file is located.
public final String inputS3Key()
The Amazon S3 key name of the import file.
public final Integer numberOfRecordsFailed()
The number of records that failed to be imported.
public final Integer numberOfRecordsSuccess()
The number of records successfully imported.
public final Instant startTime()
Start time of the import task.
public final ImportFileTaskStatus status()
Status of import file task.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportFileTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ImportFileTaskStatuspublic final String statusAsString()
Status of import file task.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportFileTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ImportFileTaskStatuspublic final String statusReportS3Bucket()
The S3 bucket name for status report of import task.
public final String statusReportS3Key()
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
public ImportFileTaskInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>public static ImportFileTaskInformation.Builder builder()
public static Class<? extends ImportFileTaskInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.