@Generated(value="software.amazon.awssdk:codegen") public final class ImportSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportSummary.Builder,ImportSummary>
Summary information about the source file for the import.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportSummary.Builder |
builder() |
String |
cloudWatchLogGroupArn()
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
|
Instant |
endTime()
The time at which this import task ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importArn()
The Amazon Resource Number (ARN) corresponding to the import request.
|
ImportStatus |
importStatus()
The status of the import operation.
|
String |
importStatusAsString()
The status of the import operation.
|
InputFormat |
inputFormat()
The format of the source data.
|
String |
inputFormatAsString()
The format of the source data.
|
S3BucketSource |
s3BucketSource()
The path and S3 bucket of the source file that is being imported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which this import task began.
|
String |
tableArn()
The Amazon Resource Number (ARN) of the table being imported into.
|
ImportSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String importArn()
The Amazon Resource Number (ARN) corresponding to the import request.
public final ImportStatus importStatus()
The status of the import operation.
If the service returns an enum value that is not available in the current SDK version, importStatus will
return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importStatusAsString().
ImportStatuspublic final String importStatusAsString()
The status of the import operation.
If the service returns an enum value that is not available in the current SDK version, importStatus will
return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importStatusAsString().
ImportStatuspublic final String tableArn()
The Amazon Resource Number (ARN) of the table being imported into.
public final S3BucketSource s3BucketSource()
The path and S3 bucket of the source file that is being imported. This includes the S3Bucket (required), S3KeyPrefix (optional) and S3BucketOwner (optional if the bucket is owned by the requester).
public final String cloudWatchLogGroupArn()
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
public final InputFormat inputFormat()
The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.
If the service returns an enum value that is not available in the current SDK version, inputFormat will
return InputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFormatAsString().
CSV, DYNAMODB_JSON or
ION.InputFormatpublic final String inputFormatAsString()
The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.
If the service returns an enum value that is not available in the current SDK version, inputFormat will
return InputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFormatAsString().
CSV, DYNAMODB_JSON or
ION.InputFormatpublic final Instant startTime()
The time at which this import task began.
public final Instant endTime()
The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)
public ImportSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportSummary.Builder,ImportSummary>public static ImportSummary.Builder builder()
public static Class<? extends ImportSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.