Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ImportTableDescription.Builder
Packages that use ImportTableDescription.Builder
-
Uses of ImportTableDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportTableDescription.BuilderModifier and TypeMethodDescriptionImportTableDescription.builder()ImportTableDescription.Builder.clientToken(String clientToken) The client token that was provided for the import task.ImportTableDescription.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn) The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.The time at which the creation of the table associated with this import task completed.ImportTableDescription.Builder.errorCount(Long errorCount) The number of errors occurred on importing the source file into the target table.ImportTableDescription.Builder.failureCode(String failureCode) The error code corresponding to the failure that the import job ran into during execution.ImportTableDescription.Builder.failureMessage(String failureMessage) The error message corresponding to the failure that the import job ran into during execution.The Amazon Resource Number (ARN) corresponding to the import request.ImportTableDescription.Builder.importedItemCount(Long importedItemCount) The number of items successfully imported into the new table.ImportTableDescription.Builder.importStatus(String importStatus) The status of the import.ImportTableDescription.Builder.importStatus(ImportStatus importStatus) The status of the import.ImportTableDescription.Builder.inputCompressionType(String inputCompressionType) The compression options for the data that has been imported into the target table.ImportTableDescription.Builder.inputCompressionType(InputCompressionType inputCompressionType) The compression options for the data that has been imported into the target table.ImportTableDescription.Builder.inputFormat(String inputFormat) The format of the source data going into the target table.ImportTableDescription.Builder.inputFormat(InputFormat inputFormat) The format of the source data going into the target table.default ImportTableDescription.BuilderImportTableDescription.Builder.inputFormatOptions(Consumer<InputFormatOptions.Builder> inputFormatOptions) The format options for the data that was imported into the target table.ImportTableDescription.Builder.inputFormatOptions(InputFormatOptions inputFormatOptions) The format options for the data that was imported into the target table.ImportTableDescription.Builder.processedItemCount(Long processedItemCount) The total number of items processed from the source file.ImportTableDescription.Builder.processedSizeBytes(Long processedSizeBytes) The total size of data processed from the source file, in Bytes.default ImportTableDescription.BuilderImportTableDescription.Builder.s3BucketSource(Consumer<S3BucketSource.Builder> s3BucketSource) Values for the S3 bucket the source file is imported from.ImportTableDescription.Builder.s3BucketSource(S3BucketSource s3BucketSource) Values for the S3 bucket the source file is imported from.The time when this import task started.The Amazon Resource Number (ARN) of the table being imported into.default ImportTableDescription.BuilderImportTableDescription.Builder.tableCreationParameters(Consumer<TableCreationParameters.Builder> tableCreationParameters) The parameters for the new table that is being imported into.ImportTableDescription.Builder.tableCreationParameters(TableCreationParameters tableCreationParameters) The parameters for the new table that is being imported into.The table id corresponding to the table created by import table process.ImportTableDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ImportTableDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportTableDescription.Builder>ImportTableDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ImportTableDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeImportResponse.BuilderDescribeImportResponse.Builder.importTableDescription(Consumer<ImportTableDescription.Builder> importTableDescription) Represents the properties of the table created for the import, and parameters of the import.default ImportTableResponse.BuilderImportTableResponse.Builder.importTableDescription(Consumer<ImportTableDescription.Builder> importTableDescription) Represents the properties of the table created for the import, and parameters of the import.