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) |
RestoreTableFromBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderRestoreTableFromBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.