Interface GetRecoveryPointRestoreMetadataResponse.Builder

    • Method Detail

      • backupVaultArn

        GetRecoveryPointRestoreMetadataResponse.Builder backupVaultArn​(String backupVaultArn)

        An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

        Parameters:
        backupVaultArn - An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recoveryPointArn

        GetRecoveryPointRestoreMetadataResponse.Builder 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.

        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

        GetRecoveryPointRestoreMetadataResponse.Builder restoreMetadata​(Map<String,​String> 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

        GetRecoveryPointRestoreMetadataResponse.Builder resourceType​(String resourceType)

        This is the resource type associated with the recovery point.

        Parameters:
        resourceType - This is the resource type associated with the recovery point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.