public static interface RestoreBackupRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<RestoreBackupRequest.Builder,RestoreBackupRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreBackupRequest.Builder |
backupId(String backupId)
The ID of the backup to be restored.
|
RestoreBackupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreBackupRequest.Builder backupId(String backupId)
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
backupId - The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups
operation.RestoreBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.