Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExportDescription.Builder
Packages that use ExportDescription.Builder
-
Uses of ExportDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportDescription.BuilderModifier and TypeMethodDescriptionExportDescription.Builder.billedSizeBytes(Long billedSizeBytes) The billable size of the table export.static ExportDescription.BuilderExportDescription.builder()ExportDescription.Builder.clientToken(String clientToken) The client token that was provided for the export task.The time at which the export task completed.The Amazon Resource Name (ARN) of the table export.ExportDescription.Builder.exportFormat(String exportFormat) The format of the exported data.ExportDescription.Builder.exportFormat(ExportFormat exportFormat) The format of the exported data.ExportDescription.Builder.exportManifest(String exportManifest) The name of the manifest file for the export task.ExportDescription.Builder.exportStatus(String exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportDescription.Builder.exportStatus(ExportStatus exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportDescription.Builder.exportTime(Instant exportTime) Point in time from which table data was exported.ExportDescription.Builder.exportType(String exportType) The type of export that was performed.ExportDescription.Builder.exportType(ExportType exportType) The type of export that was performed.ExportDescription.Builder.failureCode(String failureCode) Status code for the result of the failed export.ExportDescription.Builder.failureMessage(String failureMessage) Export failure reason description.default ExportDescription.BuilderExportDescription.Builder.incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.ExportDescription.Builder.incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.The number of items exported.The name of the Amazon S3 bucket containing the export.ExportDescription.Builder.s3BucketOwner(String s3BucketOwner) The ID of the Amazon Web Services account that owns the bucket containing the export.The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.ExportDescription.Builder.s3SseAlgorithm(String s3SseAlgorithm) Type of encryption used on the bucket where export data is stored.ExportDescription.Builder.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm) Type of encryption used on the bucket where export data is stored.ExportDescription.Builder.s3SseKmsKeyId(String s3SseKmsKeyId) The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).The time at which the export task began.The Amazon Resource Name (ARN) of the table that was exported.Unique ID of the table that was exported.ExportDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExportDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportDescription.Builder>ExportDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ExportDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeExportResponse.BuilderDescribeExportResponse.Builder.exportDescription(Consumer<ExportDescription.Builder> exportDescription) Represents the properties of the export.ExportTableToPointInTimeResponse.Builder.exportDescription(Consumer<ExportDescription.Builder> exportDescription) Contains a description of the table export.