Interface GetRecoveryPointRestoreMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupResponse.Builder
,Buildable
,CopyableBuilder<GetRecoveryPointRestoreMetadataResponse.Builder,
,GetRecoveryPointRestoreMetadataResponse> SdkBuilder<GetRecoveryPointRestoreMetadataResponse.Builder,
,GetRecoveryPointRestoreMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRecoveryPointRestoreMetadataResponse
public static interface GetRecoveryPointRestoreMetadataResponse.Builder
extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetRecoveryPointRestoreMetadataResponse.Builder,GetRecoveryPointRestoreMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultArn
(String backupVaultArn) An ARN that uniquely identifies a backup vault; for example,arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.recoveryPointArn
(String recoveryPointArn) An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.resourceType
(String resourceType) The resource type of the recovery point.restoreMetadata
(Map<String, String> restoreMetadata) The set of metadata key-value pairs that describe the original configuration of the backed-up resource.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
backupVaultArn
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.- Parameters:
backupVaultArn
- An ARN that uniquely identifies a backup vault; for example,arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryPointArn
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.- Parameters:
recoveryPointArn
- An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreMetadata
The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.
- Parameters:
restoreMetadata
- The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The resource type of the recovery point.
- Parameters:
resourceType
- The resource type of the recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-