Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ImportSummary.Builder
Packages that use ImportSummary.Builder
-
Uses of ImportSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportSummary.BuilderModifier and TypeMethodDescriptionstatic ImportSummary.BuilderImportSummary.builder()ImportSummary.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn) The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.The time at which this import task ended.The Amazon Resource Number (ARN) corresponding to the import request.ImportSummary.Builder.importStatus(String importStatus) The status of the import operation.ImportSummary.Builder.importStatus(ImportStatus importStatus) The status of the import operation.ImportSummary.Builder.inputFormat(String inputFormat) The format of the source data.ImportSummary.Builder.inputFormat(InputFormat inputFormat) The format of the source data.default ImportSummary.BuilderImportSummary.Builder.s3BucketSource(Consumer<S3BucketSource.Builder> s3BucketSource) The path and S3 bucket of the source file that is being imported.ImportSummary.Builder.s3BucketSource(S3BucketSource s3BucketSource) The path and S3 bucket of the source file that is being imported.The time at which this import task began.The Amazon Resource Number (ARN) of the table being imported into.ImportSummary.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ImportSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportSummary.Builder>ImportSummary.serializableBuilderClass()