public static interface RestoreTableToPointInTimeRequest.Builder extends DynamoDbRequest.Builder, CopyableBuilder<RestoreTableToPointInTimeRequest.Builder,RestoreTableToPointInTimeRequest>
| Modifier and Type | Method and Description | 
|---|---|
| RestoreTableToPointInTimeRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| RestoreTableToPointInTimeRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
| 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RestoreTableToPointInTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.