Class ImportSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportSummary.Builder,ImportSummary>
Summary information about the source file for the import.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportSummary.Builderbuilder()final StringThe Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.final InstantendTime()The time at which this import task ended.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Number (ARN) corresponding to the import request.final ImportStatusThe status of the import operation.final StringThe status of the import operation.final InputFormatThe format of the source data.final StringThe format of the source data.final S3BucketSourceThe path and S3 bucket of the source file that is being imported.static Class<? extends ImportSummary.Builder>final InstantThe time at which this import task began.final StringtableArn()The Amazon Resource Number (ARN) of the table being imported into.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
importArn
The Amazon Resource Number (ARN) corresponding to the import request.
- Returns:
- The Amazon Resource Number (ARN) corresponding to the import request.
-
importStatus
The status of the import operation.
If the service returns an enum value that is not available in the current SDK version,
importStatuswill returnImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportStatusAsString().- Returns:
- The status of the import operation.
- See Also:
-
importStatusAsString
The status of the import operation.
If the service returns an enum value that is not available in the current SDK version,
importStatuswill returnImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportStatusAsString().- Returns:
- The status of the import operation.
- See Also:
-
tableArn
The Amazon Resource Number (ARN) of the table being imported into.
- Returns:
- The Amazon Resource Number (ARN) of the table being imported into.
-
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).
- Returns:
- 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).
-
cloudWatchLogGroupArn
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
- Returns:
- The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
-
inputFormat
The format of the source data. Valid values are
CSV,DYNAMODB_JSONorION.If the service returns an enum value that is not available in the current SDK version,
inputFormatwill returnInputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputFormatAsString().- Returns:
- The format of the source data. Valid values are
CSV,DYNAMODB_JSONorION. - See Also:
-
inputFormatAsString
The format of the source data. Valid values are
CSV,DYNAMODB_JSONorION.If the service returns an enum value that is not available in the current SDK version,
inputFormatwill returnInputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputFormatAsString().- Returns:
- The format of the source data. Valid values are
CSV,DYNAMODB_JSONorION. - See Also:
-
startTime
The time at which this import task began.
- Returns:
- The time at which this import task began.
-
endTime
The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)
- Returns:
- The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportSummary.Builder,ImportSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-