Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
ExportDescription.Builder |
ExportDescription.Builder.billedSizeBytes(Long billedSizeBytes)
The billable size of the table export.
|
static ExportDescription.Builder |
ExportDescription.builder() |
ExportDescription.Builder |
ExportDescription.Builder.clientToken(String clientToken)
The client token that was provided for the export task.
|
ExportDescription.Builder |
ExportDescription.Builder.endTime(Instant endTime)
The time at which the export task completed.
|
ExportDescription.Builder |
ExportDescription.Builder.exportArn(String exportArn)
The Amazon Resource Name (ARN) of the table export.
|
ExportDescription.Builder |
ExportDescription.Builder.exportFormat(ExportFormat exportFormat)
The format of the exported data.
|
ExportDescription.Builder |
ExportDescription.Builder.exportFormat(String exportFormat)
The format of the exported data.
|
ExportDescription.Builder |
ExportDescription.Builder.exportManifest(String exportManifest)
The name of the manifest file for the export task.
|
ExportDescription.Builder |
ExportDescription.Builder.exportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportDescription.Builder |
ExportDescription.Builder.exportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportDescription.Builder |
ExportDescription.Builder.exportTime(Instant exportTime)
Point in time from which table data was exported.
|
ExportDescription.Builder |
ExportDescription.Builder.failureCode(String failureCode)
Status code for the result of the failed export.
|
ExportDescription.Builder |
ExportDescription.Builder.failureMessage(String failureMessage)
Export failure reason description.
|
ExportDescription.Builder |
ExportDescription.Builder.itemCount(Long itemCount)
The number of items exported.
|
ExportDescription.Builder |
ExportDescription.Builder.s3Bucket(String s3Bucket)
The name of the Amazon S3 bucket containing the export.
|
ExportDescription.Builder |
ExportDescription.Builder.s3BucketOwner(String s3BucketOwner)
The ID of the Amazon Web Services account that owns the bucket containing the export.
|
ExportDescription.Builder |
ExportDescription.Builder.s3Prefix(String s3Prefix)
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
|
ExportDescription.Builder |
ExportDescription.Builder.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.
|
ExportDescription.Builder |
ExportDescription.Builder.s3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.
|
ExportDescription.Builder |
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).
|
ExportDescription.Builder |
ExportDescription.Builder.startTime(Instant startTime)
The time at which the export task began.
|
ExportDescription.Builder |
ExportDescription.Builder.tableArn(String tableArn)
The Amazon Resource Name (ARN) of the table that was exported.
|
ExportDescription.Builder |
ExportDescription.Builder.tableId(String tableId)
Unique ID of the table that was exported.
|
ExportDescription.Builder |
ExportDescription.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ExportDescription.Builder> |
ExportDescription.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DescribeExportResponse.Builder |
DescribeExportResponse.Builder.exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Represents the properties of the export.
|
default ExportTableToPointInTimeResponse.Builder |
ExportTableToPointInTimeResponse.Builder.exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Contains a description of the table export.
|
Copyright © 2023. All rights reserved.