@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterAutomatedBackup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterAutomatedBackup.Builder,DBClusterAutomatedBackup>
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
Modifier and Type | Class and Description |
---|---|
static interface |
DBClusterAutomatedBackup.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
allocatedStorage()
For all database engines except Amazon Aurora,
AllocatedStorage specifies the allocated storage size
in gibibytes (GiB). |
List<String> |
availabilityZones()
The Availability Zones where instances in the DB cluster can be created.
|
Integer |
backupRetentionPeriod()
The retention period for the automated backups.
|
static DBClusterAutomatedBackup.Builder |
builder() |
Instant |
clusterCreateTime()
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
String |
dbClusterArn()
The Amazon Resource Name (ARN) for the source DB cluster.
|
String |
dbClusterAutomatedBackupsArn()
The Amazon Resource Name (ARN) for the automated backups.
|
String |
dbClusterIdentifier()
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services
Region.
|
String |
dbClusterResourceId()
The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services
Region.
|
String |
engine()
The name of the database engine for this automated backup.
|
String |
engineMode()
The engine mode of the database engine for the 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 |
hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property.
|
int |
hashCode() |
Boolean |
iamDatabaseAuthenticationEnabled()
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is
enabled, and otherwise false.
|
Integer |
iops()
The IOPS (I/O operations per second) value for the automated backup.
|
String |
kmsKeyId()
The Amazon Web Services KMS key ID for an automated backup.
|
String |
licenseModel()
The license model information for this DB cluster automated backup.
|
String |
masterUsername()
The master user name of the automated backup.
|
Integer |
port()
The port number that the automated backup used for connections.
|
String |
region()
The Amazon Web Services Region associated with the automated backup.
|
RestoreWindow |
restoreWindow()
Returns the value of the RestoreWindow property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBClusterAutomatedBackup.Builder> |
serializableBuilderClass() |
String |
status()
A list of status information for an automated backup:
|
Boolean |
storageEncrypted()
Specifies whether the source DB cluster is encrypted.
|
String |
storageType()
The storage type associated with the DB cluster.
|
DBClusterAutomatedBackup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The VPC ID associated with the DB cluster.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String engine()
The name of the database engine for this automated backup.
public final String vpcId()
The VPC ID associated with the DB cluster.
public final String dbClusterAutomatedBackupsArn()
The Amazon Resource Name (ARN) for the automated backups.
public final String dbClusterIdentifier()
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
public final RestoreWindow restoreWindow()
public final String masterUsername()
The master user name of the automated backup.
public final String dbClusterResourceId()
The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
public final String region()
The Amazon Web Services Region associated with the automated backup.
public final String licenseModel()
The license model information for this DB cluster automated backup.
public final String status()
A list of status information for an automated backup:
retained
- Automated backups for deleted clusters.
retained
- Automated backups for deleted clusters.
public final Boolean iamDatabaseAuthenticationEnabled()
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
public final Instant clusterCreateTime()
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
public final Boolean storageEncrypted()
Specifies whether the source DB cluster is encrypted.
public final Integer allocatedStorage()
For all database engines except Amazon Aurora, AllocatedStorage
specifies the allocated storage size
in gibibytes (GiB). For Aurora, AllocatedStorage
always returns 1, because Aurora DB cluster storage
size isn't fixed, but instead automatically adjusts as needed.
AllocatedStorage
specifies the allocated
storage size in gibibytes (GiB). For Aurora, AllocatedStorage
always returns 1, because
Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.public final String engineVersion()
The version of the database engine for the automated backup.
public final String dbClusterArn()
The Amazon Resource Name (ARN) for the source DB cluster.
public final Integer backupRetentionPeriod()
The retention period for the automated backups.
public final String engineMode()
The engine mode of the database engine for the automated backup.
public final boolean hasAvailabilityZones()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> availabilityZones()
The Availability Zones where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZones()
method.
public final Integer port()
The port number that the automated backup used for connections.
Default: Inherits from the source DB cluster
Valid Values: 1150-65535
Default: Inherits from the source DB cluster
Valid Values: 1150-65535
public final String kmsKeyId()
The Amazon Web Services KMS key ID for an automated backup.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
public final String storageType()
The storage type associated with the DB cluster.
This setting is only for non-Aurora Multi-AZ DB clusters.
This setting is only for non-Aurora Multi-AZ DB clusters.
public final Integer iops()
The IOPS (I/O operations per second) value for the automated backup.
This setting is only for non-Aurora Multi-AZ DB clusters.
This setting is only for non-Aurora Multi-AZ DB clusters.
public DBClusterAutomatedBackup.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DBClusterAutomatedBackup.Builder,DBClusterAutomatedBackup>
public static DBClusterAutomatedBackup.Builder builder()
public static Class<? extends DBClusterAutomatedBackup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.