@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 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.
|
static DBInstanceAutomatedBackup.Builder |
builder() |
String |
dbInstanceArn()
The Amazon Resource Name (ARN) for 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
vpcId()
Provides the VPC ID associated with the DB instance
|
copy
public String dbInstanceArn()
The Amazon Resource Name (ARN) for the automated backup.
public String dbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
public String region()
The AWS Region associated with the automated backup.
public String dbInstanceIdentifier()
The customer id of the instance that is/was associated with the automated backup.
public RestoreWindow restoreWindow()
Earliest and latest time an instance can be restored to.
public Integer allocatedStorage()
Specifies the allocated storage size in gibibytes (GiB).
public 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 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 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 String vpcId()
Provides the VPC ID associated with the DB instance
public Instant instanceCreateTime()
Provides the date and time that the DB instance was created.
public String masterUsername()
The license model of an automated backup.
public String engine()
The name of the database engine for this automated backup.
public String engineVersion()
The version of the database engine for the automated backup.
public String licenseModel()
License model information for the automated backup.
public Integer iops()
The IOPS (I/O operations per second) value for the automated backup.
public String optionGroupName()
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
public String tdeCredentialArn()
The ARN from the key store with which the automated backup is associated for TDE encryption.
public Boolean encrypted()
Specifies whether the automated backup is encrypted.
public String storageType()
Specifies the storage type associated with the automated backup.
public String kmsKeyId()
The AWS KMS key ID for an automated backup. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
public 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 Boolean iamDatabaseAuthenticationEnabled()
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
public DBInstanceAutomatedBackup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DBInstanceAutomatedBackup.Builder,DBInstanceAutomatedBackup>
public static DBInstanceAutomatedBackup.Builder builder()
public static Class<? extends DBInstanceAutomatedBackup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.