public static interface RestoreTableFromBackupRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableFromBackupRequest.Builder,RestoreTableFromBackupRequest>
| Modifier and Type | Method and Description | 
|---|---|
RestoreTableFromBackupRequest.Builder | 
backupArn(String backupArn)
 The ARN associated with the backup. 
 | 
RestoreTableFromBackupRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
RestoreTableFromBackupRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
RestoreTableFromBackupRequest.Builder | 
targetTableName(String targetTableName)
 The name of the new table to which the backup must be restored. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildRestoreTableFromBackupRequest.Builder targetTableName(String targetTableName)
The name of the new table to which the backup must be restored.
targetTableName - The name of the new table to which the backup must be restored.RestoreTableFromBackupRequest.Builder backupArn(String backupArn)
The ARN associated with the backup.
backupArn - The ARN associated with the backup.RestoreTableFromBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RestoreTableFromBackupRequest.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.