Uses of Interface
software.amazon.awssdk.services.dynamodb.model.IncrementalExportSpecification.Builder
Packages that use IncrementalExportSpecification.Builder
-
Uses of IncrementalExportSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return IncrementalExportSpecification.BuilderModifier and TypeMethodDescriptionIncrementalExportSpecification.builder()IncrementalExportSpecification.Builder.exportFromTime(Instant exportFromTime) Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch.IncrementalExportSpecification.Builder.exportToTime(Instant exportToTime) Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch.IncrementalExportSpecification.Builder.exportViewType(String exportViewType) The view type that was chosen for the export.IncrementalExportSpecification.Builder.exportViewType(ExportViewType exportViewType) The view type that was chosen for the export.IncrementalExportSpecification.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type IncrementalExportSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IncrementalExportSpecification.Builder>IncrementalExportSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type IncrementalExportSpecification.BuilderModifier and TypeMethodDescriptiondefault ExportDescription.BuilderExportDescription.Builder.incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.ExportTableToPointInTimeRequest.Builder.incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification) Optional object containing the parameters specific to an incremental export.