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.Builder
IncrementalExportSpecification. builder()
IncrementalExportSpecification.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
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
IncrementalExportSpecification.Builder. exportViewType(String exportViewType)
The view type that was chosen for the export.IncrementalExportSpecification.Builder
IncrementalExportSpecification.Builder. exportViewType(ExportViewType exportViewType)
The view type that was chosen for the export.IncrementalExportSpecification.Builder
IncrementalExportSpecification. 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.Builder
ExportDescription.Builder. incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.default ExportTableToPointInTimeRequest.Builder
ExportTableToPointInTimeRequest.Builder. incrementalExportSpecification(Consumer<IncrementalExportSpecification.Builder> incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
-