public static interface RestoreTableToPointInTimeRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableToPointInTimeRequest.Builder,RestoreTableToPointInTimeRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreTableToPointInTimeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreTableToPointInTimeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreTableToPointInTimeRequest.Builder |
restoreDateTime(Instant restoreDateTime)
Time in the past to restore the table to.
|
RestoreTableToPointInTimeRequest.Builder |
sourceTableName(String sourceTableName)
Name of the source table that is being restored.
|
RestoreTableToPointInTimeRequest.Builder |
targetTableName(String targetTableName)
The name of the new table to which it must be restored to.
|
RestoreTableToPointInTimeRequest.Builder |
useLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time.
|
buildoverrideConfigurationcopyapplyMutation, buildRestoreTableToPointInTimeRequest.Builder sourceTableName(String sourceTableName)
Name of the source table that is being restored.
sourceTableName - Name of the source table that is being restored.RestoreTableToPointInTimeRequest.Builder targetTableName(String targetTableName)
The name of the new table to which it must be restored to.
targetTableName - The name of the new table to which it must be restored to.RestoreTableToPointInTimeRequest.Builder useLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time. LatestRestorableDateTime is typically 5 minutes
before the current time.
useLatestRestorableTime - Restore the table to the latest possible time. LatestRestorableDateTime is typically 5
minutes before the current time.RestoreTableToPointInTimeRequest.Builder restoreDateTime(Instant restoreDateTime)
Time in the past to restore the table to.
restoreDateTime - Time in the past to restore the table to.RestoreTableToPointInTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreTableToPointInTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.