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)
Add an optional request override configuration.
|
RestoreBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RestoreBackupRequest.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.