Uses of Interface
software.amazon.awssdk.services.dynamodb.model.IncrementalExportSpecification.Builder
-
Packages that use IncrementalExportSpecification.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of IncrementalExportSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return IncrementalExportSpecification.Builder Modifier and Type Method Description static IncrementalExportSpecification.BuilderIncrementalExportSpecification. builder()IncrementalExportSpecification.BuilderIncrementalExportSpecification.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.BuilderIncrementalExportSpecification.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.BuilderIncrementalExportSpecification.Builder. exportViewType(String exportViewType)The view type that was chosen for the export.IncrementalExportSpecification.BuilderIncrementalExportSpecification.Builder. exportViewType(ExportViewType exportViewType)The view type that was chosen for the export.IncrementalExportSpecification.BuilderIncrementalExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type IncrementalExportSpecification.Builder Modifier and Type Method Description static Class<? extends IncrementalExportSpecification.Builder>IncrementalExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type IncrementalExportSpecification.Builder Modifier and Type Method Description default ExportDescription.BuilderExportDescription.Builder. incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification)Optional object containing the parameters specific to an incremental export.default ExportTableToPointInTimeRequest.BuilderExportTableToPointInTimeRequest.Builder. incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification)Optional object containing the parameters specific to an incremental export.
-