static ImportTableDescription.Builder |
ImportTableDescription.builder() |
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.clientToken(String clientToken) |
The client token that was provided for the import task.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn) |
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.endTime(Instant endTime) |
The time at which the creation of the table associated with this import task completed.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.errorCount(Long errorCount) |
The number of errors occurred on importing the source file into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.failureCode(String failureCode) |
The error code corresponding to the failure that the import job ran into during execution.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.failureMessage(String failureMessage) |
The error message corresponding to the failure that the import job ran into during execution.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.importArn(String importArn) |
The Amazon Resource Number (ARN) corresponding to the import request.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.importedItemCount(Long importedItemCount) |
The number of items successfully imported into the new table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.importStatus(String importStatus) |
The status of the import.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.importStatus(ImportStatus importStatus) |
The status of the import.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.inputCompressionType(String inputCompressionType) |
The compression options for the data that has been imported into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.inputCompressionType(InputCompressionType inputCompressionType) |
The compression options for the data that has been imported into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.inputFormat(String inputFormat) |
The format of the source data going into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.inputFormat(InputFormat inputFormat) |
The format of the source data going into the target table.
|
default ImportTableDescription.Builder |
ImportTableDescription.Builder.inputFormatOptions(Consumer<InputFormatOptions.Builder> inputFormatOptions) |
The format options for the data that was imported into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.inputFormatOptions(InputFormatOptions inputFormatOptions) |
The format options for the data that was imported into the target table.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.processedItemCount(Long processedItemCount) |
The total number of items processed from the source file.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.processedSizeBytes(Long processedSizeBytes) |
The total size of data processed from the source file, in Bytes.
|
default ImportTableDescription.Builder |
ImportTableDescription.Builder.s3BucketSource(Consumer<S3BucketSource.Builder> s3BucketSource) |
Values for the S3 bucket the source file is imported from.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.s3BucketSource(S3BucketSource s3BucketSource) |
Values for the S3 bucket the source file is imported from.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.startTime(Instant startTime) |
The time when this import task started.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.tableArn(String tableArn) |
The Amazon Resource Number (ARN) of the table being imported into.
|
default ImportTableDescription.Builder |
ImportTableDescription.Builder.tableCreationParameters(Consumer<TableCreationParameters.Builder> tableCreationParameters) |
The parameters for the new table that is being imported into.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.tableCreationParameters(TableCreationParameters tableCreationParameters) |
The parameters for the new table that is being imported into.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.tableId(String tableId) |
The table id corresponding to the table created by import table process.
|
ImportTableDescription.Builder |
ImportTableDescription.toBuilder() |
|