Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExportTableToPointInTimeRequest.Builder
Packages that use ExportTableToPointInTimeRequest.Builder
Package
Description
-
Uses of ExportTableToPointInTimeRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ExportTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.exportTableToPointInTime(Consumer<ExportTableToPointInTimeRequest.Builder> exportTableToPointInTimeRequest) Exports table data to an S3 bucket.default ExportTableToPointInTimeResponseDynamoDbClient.exportTableToPointInTime(Consumer<ExportTableToPointInTimeRequest.Builder> exportTableToPointInTimeRequest) Exports table data to an S3 bucket. -
Uses of ExportTableToPointInTimeRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionExportTableToPointInTimeRequest.builder()ExportTableToPointInTimeRequest.Builder.clientToken(String clientToken) Providing aClientTokenmakes the call toExportTableToPointInTimeInputidempotent, meaning that multiple identical calls have the same effect as one single call.ExportTableToPointInTimeRequest.Builder.exportFormat(String exportFormat) The format for the exported data.ExportTableToPointInTimeRequest.Builder.exportFormat(ExportFormat exportFormat) The format for the exported data.ExportTableToPointInTimeRequest.Builder.exportTime(Instant exportTime) Time in the past from which to export table data, counted in seconds from the start of the Unix epoch.ExportTableToPointInTimeRequest.Builder.exportType(String exportType) Choice of whether to execute as a full export or incremental export.ExportTableToPointInTimeRequest.Builder.exportType(ExportType exportType) Choice of whether to execute as a full export or incremental export.ExportTableToPointInTimeRequest.Builder.incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.ExportTableToPointInTimeRequest.Builder.incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.ExportTableToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ExportTableToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the Amazon S3 bucket to export the snapshot to.ExportTableToPointInTimeRequest.Builder.s3BucketOwner(String s3BucketOwner) The ID of the Amazon Web Services account that owns the bucket the export will be stored in.The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.ExportTableToPointInTimeRequest.Builder.s3SseAlgorithm(String s3SseAlgorithm) Type of encryption used on the bucket where export data will be stored.ExportTableToPointInTimeRequest.Builder.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm) Type of encryption used on the bucket where export data will be stored.ExportTableToPointInTimeRequest.Builder.s3SseKmsKeyId(String s3SseKmsKeyId) The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).The Amazon Resource Name (ARN) associated with the table to export.ExportTableToPointInTimeRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExportTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportTableToPointInTimeRequest.Builder>ExportTableToPointInTimeRequest.serializableBuilderClass()