@Generated(value="software.amazon.awssdk:codegen") public final class AwsBackupBackupVaultDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupBackupVaultDetails.Builder,AwsBackupBackupVaultDetails>
Provides details about an Backup backup vault. In Backup, a backup vault is a container that stores and organizes your backups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsBackupBackupVaultDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPolicy()
A resource-based policy that is used to manage access permissions on the target backup vault.
|
String |
backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static AwsBackupBackupVaultDetails.Builder |
builder() |
String |
encryptionKeyArn()
The unique ARN associated with the server-side encryption key.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsBackupBackupVaultNotificationsDetails |
notifications()
The Amazon SNS event notifications for the specified backup vault.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsBackupBackupVaultDetails.Builder> |
serializableBuilderClass() |
AwsBackupBackupVaultDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
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.
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.
public final AwsBackupBackupVaultNotificationsDetails notifications()
The Amazon SNS event notifications for the specified backup vault.
public final String accessPolicy()
A resource-based policy that is used to manage access permissions on the target backup vault.
public AwsBackupBackupVaultDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsBackupBackupVaultDetails.Builder,AwsBackupBackupVaultDetails>public static AwsBackupBackupVaultDetails.Builder builder()
public static Class<? extends AwsBackupBackupVaultDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.