Interface AwsBackupBackupVaultDetails.Builder

    • Method Detail

      • backupVaultArn

        AwsBackupBackupVaultDetails.Builder backupVaultArn​(String backupVaultArn)

        An Amazon Resource Name (ARN) that uniquely identifies a backup vault.

        Parameters:
        backupVaultArn - An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupVaultName

        AwsBackupBackupVaultDetails.Builder backupVaultName​(String backupVaultName)

        The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

        Parameters:
        backupVaultName - The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionKeyArn

        AwsBackupBackupVaultDetails.Builder encryptionKeyArn​(String encryptionKeyArn)

        The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you don't specify a key, Backup creates an KMS key for you by default.

        Parameters:
        encryptionKeyArn - The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you don't specify a key, Backup creates an KMS key for you by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notifications

        AwsBackupBackupVaultDetails.Builder notifications​(AwsBackupBackupVaultNotificationsDetails notifications)

        The Amazon SNS event notifications for the specified backup vault.

        Parameters:
        notifications - The Amazon SNS event notifications for the specified backup vault.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessPolicy

        AwsBackupBackupVaultDetails.Builder accessPolicy​(String accessPolicy)

        A resource-based policy that is used to manage access permissions on the target backup vault.

        Parameters:
        accessPolicy - A resource-based policy that is used to manage access permissions on the target backup vault.
        Returns:
        Returns a reference to this object so that method calls can be chained together.