@Generated(value="software.amazon.awssdk:codegen") public final class DBInstanceAutomatedBackup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBInstanceAutomatedBackup.Builder,DBInstanceAutomatedBackup>
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBInstanceAutomatedBackup.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
Specifies the allocated storage size in gibibytes (GiB).
|
String |
availabilityZone()
The Availability Zone that the automated backup was created in.
|
Integer |
backupRetentionPeriod()
The retention period for the automated backups.
|
static DBInstanceAutomatedBackup.Builder |
builder() |
String |
dbInstanceArn()
The Amazon Resource Name (ARN) for the automated backups.
|
String |
dbInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) for the replicated automated backups.
|
List<DBInstanceAutomatedBackupsReplication> |
dbInstanceAutomatedBackupsReplications()
The list of replications to different AWS Regions associated with the automated backup.
|
String |
dbInstanceIdentifier()
The customer id of the instance that is/was associated with the automated backup.
|
String |
dbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
|
Boolean |
encrypted()
Specifies whether the automated backup is encrypted.
|
String |
engine()
The name of the database engine for this automated backup.
|
String |
engineVersion()
The version of the database engine for the automated backup.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDbInstanceAutomatedBackupsReplications()
Returns true if the DBInstanceAutomatedBackupsReplications property was specified by the sender (it may be
empty), or false if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
Boolean |
iamDatabaseAuthenticationEnabled()
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and
otherwise false.
|
Instant |
instanceCreateTime()
Provides the date and time that the DB instance was created.
|
Integer |
iops()
The IOPS (I/O operations per second) value for the automated backup.
|
String |
kmsKeyId()
The AWS KMS key ID for an automated backup.
|
String |
licenseModel()
License model information for the automated backup.
|
String |
masterUsername()
The license model of an automated backup.
|
String |
optionGroupName()
The option group the automated backup is associated with.
|
Integer |
port()
The port number that the automated backup used for connections.
|
String |
region()
The AWS Region associated with the automated backup.
|
RestoreWindow |
restoreWindow()
Earliest and latest time an instance can be restored to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBInstanceAutomatedBackup.Builder> |
serializableBuilderClass() |
String |
status()
Provides a list of status information for an automated backup:
|
String |
storageType()
Specifies the storage type associated with the automated backup.
|
String |
tdeCredentialArn()
The ARN from the key store with which the automated backup is associated for TDE encryption.
|
String |
timezone()
The time zone of the automated backup.
|
DBInstanceAutomatedBackup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
Provides the VPC ID associated with the DB instance
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceArn()
The Amazon Resource Name (ARN) for the automated backups.
public final String dbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
public final String region()
The AWS Region associated with the automated backup.
public final String dbInstanceIdentifier()
The customer id of the instance that is/was associated with the automated backup.
public final RestoreWindow restoreWindow()
Earliest and latest time an instance can be restored to.
public final Integer allocatedStorage()
Specifies the allocated storage size in gibibytes (GiB).
public final String status()
Provides a list of status information for an automated backup:
active - automated backups for current instances
retained - automated backups for deleted instances
creating - automated backups that are waiting for the first automated snapshot to be available.
active - automated backups for current instances
retained - automated backups for deleted instances
creating - automated backups that are waiting for the first automated snapshot to be
available.
public final Integer port()
The port number that the automated backup used for connections.
Default: Inherits from the source DB instance
Valid Values: 1150-65535
Default: Inherits from the source DB instance
Valid Values: 1150-65535
public final String availabilityZone()
The Availability Zone that the automated backup was created in. For information on AWS Regions and Availability Zones, see Regions and Availability Zones.
public final String vpcId()
Provides the VPC ID associated with the DB instance
public final Instant instanceCreateTime()
Provides the date and time that the DB instance was created.
public final String masterUsername()
The license model of an automated backup.
public final String engine()
The name of the database engine for this automated backup.
public final String engineVersion()
The version of the database engine for the automated backup.
public final String licenseModel()
License model information for the automated backup.
public final Integer iops()
The IOPS (I/O operations per second) value for the automated backup.
public final String optionGroupName()
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
public final String tdeCredentialArn()
The ARN from the key store with which the automated backup is associated for TDE encryption.
public final Boolean encrypted()
Specifies whether the automated backup is encrypted.
public final String storageType()
Specifies the storage type associated with the automated backup.
public final String kmsKeyId()
The AWS KMS key ID for an automated backup.
The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS customer master key (CMK).
The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS customer master key (CMK).
public final String timezone()
The time zone of the automated backup. In most cases, the Timezone element is empty.
Timezone content appears only for Microsoft SQL Server DB instances that were created with a time
zone specified.
Timezone element is empty.
Timezone content appears only for Microsoft SQL Server DB instances that were created with a
time zone specified.public final Boolean iamDatabaseAuthenticationEnabled()
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
public final Integer backupRetentionPeriod()
The retention period for the automated backups.
public final String dbInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) for the replicated automated backups.
public final boolean hasDbInstanceAutomatedBackupsReplications()
public final List<DBInstanceAutomatedBackupsReplication> dbInstanceAutomatedBackupsReplications()
The list of replications to different AWS Regions associated with the automated backup.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDbInstanceAutomatedBackupsReplications() to see if a value was sent in this field.
public DBInstanceAutomatedBackup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBInstanceAutomatedBackup.Builder,DBInstanceAutomatedBackup>public static DBInstanceAutomatedBackup.Builder builder()
public static Class<? extends DBInstanceAutomatedBackup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.