Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ImportTableDescription |
ImportTableDescription.clone() |
ImportTableDescription |
ImportTableResult.getImportTableDescription()
Represents the properties of the table created for the import, and parameters of the import.
|
ImportTableDescription |
DescribeImportResult.getImportTableDescription()
Represents the properties of the table created for the import, and parameters of the import.
|
ImportTableDescription |
ImportTableDescription.withClientToken(String clientToken)
The client token that was provided for the import task.
|
ImportTableDescription |
ImportTableDescription.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
|
ImportTableDescription |
ImportTableDescription.withEndTime(Date endTime)
The time at which the creation of the table associated with this import task completed.
|
ImportTableDescription |
ImportTableDescription.withErrorCount(Long errorCount)
The number of errors occurred on importing the source file into the target table.
|
ImportTableDescription |
ImportTableDescription.withFailureCode(String failureCode)
The error code corresponding to the failure that the import job ran into during execution.
|
ImportTableDescription |
ImportTableDescription.withFailureMessage(String failureMessage)
The error message corresponding to the failure that the import job ran into during execution.
|
ImportTableDescription |
ImportTableDescription.withImportArn(String importArn)
The Amazon Resource Number (ARN) corresponding to the import request.
|
ImportTableDescription |
ImportTableDescription.withImportedItemCount(Long importedItemCount)
The number of items successfully imported into the new table.
|
ImportTableDescription |
ImportTableDescription.withImportStatus(ImportStatus importStatus)
The status of the import.
|
ImportTableDescription |
ImportTableDescription.withImportStatus(String importStatus)
The status of the import.
|
ImportTableDescription |
ImportTableDescription.withInputCompressionType(InputCompressionType inputCompressionType)
The compression options for the data that has been imported into the target table.
|
ImportTableDescription |
ImportTableDescription.withInputCompressionType(String inputCompressionType)
The compression options for the data that has been imported into the target table.
|
ImportTableDescription |
ImportTableDescription.withInputFormat(InputFormat inputFormat)
The format of the source data going into the target table.
|
ImportTableDescription |
ImportTableDescription.withInputFormat(String inputFormat)
The format of the source data going into the target table.
|
ImportTableDescription |
ImportTableDescription.withInputFormatOptions(InputFormatOptions inputFormatOptions)
The format options for the data that was imported into the target table.
|
ImportTableDescription |
ImportTableDescription.withProcessedItemCount(Long processedItemCount)
The total number of items processed from the source file.
|
ImportTableDescription |
ImportTableDescription.withProcessedSizeBytes(Long processedSizeBytes)
The total size of data processed from the source file, in Bytes.
|
ImportTableDescription |
ImportTableDescription.withS3BucketSource(S3BucketSource s3BucketSource)
Values for the S3 bucket the source file is imported from.
|
ImportTableDescription |
ImportTableDescription.withStartTime(Date startTime)
The time when this import task started.
|
ImportTableDescription |
ImportTableDescription.withTableArn(String tableArn)
The Amazon Resource Number (ARN) of the table being imported into.
|
ImportTableDescription |
ImportTableDescription.withTableCreationParameters(TableCreationParameters tableCreationParameters)
The parameters for the new table that is being imported into.
|
ImportTableDescription |
ImportTableDescription.withTableId(String tableId)
The table id corresponding to the table created by import table process.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportTableResult.setImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
void |
DescribeImportResult.setImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
ImportTableResult |
ImportTableResult.withImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
DescribeImportResult |
DescribeImportResult.withImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
Copyright © 2023. All rights reserved.