| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and 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(ExportViewType exportViewType)
The view type that was chosen for the export.
|
IncrementalExportSpecification.Builder |
IncrementalExportSpecification.Builder.exportViewType(String exportViewType)
The view type that was chosen for the export.
|
IncrementalExportSpecification.Builder |
IncrementalExportSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IncrementalExportSpecification.Builder> |
IncrementalExportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.