Interface RestoreBackupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudHsmV2Request.Builder
,CopyableBuilder<RestoreBackupRequest.Builder,RestoreBackupRequest>
,SdkBuilder<RestoreBackupRequest.Builder,RestoreBackupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RestoreBackupRequest
public static interface RestoreBackupRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<RestoreBackupRequest.Builder,RestoreBackupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreBackupRequest.Builder
backupId(String backupId)
The ID of the backup to be restored.RestoreBackupRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RestoreBackupRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
backupId
RestoreBackupRequest.Builder backupId(String backupId)
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
- Parameters:
backupId
- The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RestoreBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RestoreBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-