Class AwsBackupBackupVaultDetails

    • Method Detail

      • backupVaultArn

        public final String backupVaultArn()

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

        Returns:
        An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
      • backupVaultName

        public final 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.

        Returns:
        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.
      • encryptionKeyArn

        public final 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 do not specify a key, Backup creates an KMS key for you by default.

        Returns:
        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 do not specify a key, Backup creates an KMS key for you by default.
      • notifications

        public final AwsBackupBackupVaultNotificationsDetails notifications()

        The Amazon SNS event notifications for the specified backup vault.

        Returns:
        The Amazon SNS event notifications for the specified backup vault.
      • accessPolicy

        public final String accessPolicy()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)