@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbSnapshotDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbSnapshotDetails.Builder,AwsRdsDbSnapshotDetails>
Provides details about an Amazon RDS DB cluster snapshot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbSnapshotDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The amount of storage (in gigabytes) to be initially allocated for the database instance.
|
String |
availabilityZone()
Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.
|
static AwsRdsDbSnapshotDetails.Builder |
builder() |
String |
dbInstanceIdentifier()
A name for the DB instance.
|
String |
dbiResourceId()
The identifier for the source DB instance.
|
String |
dbSnapshotIdentifier()
The name or ARN of the DB snapshot that is used to restore the DB instance.
|
Boolean |
encrypted()
Whether the DB snapshot is encrypted.
|
String |
engine()
The name of the database engine to use for this DB instance.
|
String |
engineVersion()
The version of the database engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProcessorFeatures()
For responses, this returns true if the service returned a value for the ProcessorFeatures property.
|
Boolean |
iamDatabaseAuthenticationEnabled()
Whether mapping of IAM accounts to database accounts is enabled.
|
String |
instanceCreateTime()
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken,
was created.
|
Integer |
iops()
The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
|
String |
kmsKeyId()
If
Encrypted is true, the KMS key identifier for the encrypted DB snapshot. |
String |
licenseModel()
License model information for the restored DB instance.
|
String |
masterUsername()
The master user name for the DB snapshot.
|
String |
optionGroupName()
The option group name for the DB snapshot.
|
Integer |
percentProgress()
The percentage of the estimated data that has been transferred.
|
Integer |
port()
The port that the database engine was listening on at the time of the snapshot.
|
List<AwsRdsDbProcessorFeature> |
processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbSnapshotDetails.Builder> |
serializableBuilderClass() |
String |
snapshotCreateTime()
When the snapshot was taken in Coordinated Universal Time (UTC).
|
String |
snapshotType()
The type of the DB snapshot.
|
String |
sourceDbSnapshotIdentifier()
The DB snapshot ARN that the DB snapshot was copied from.
|
String |
sourceRegion()
The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
String |
status()
The status of this DB snapshot.
|
String |
storageType()
The storage type associated with the DB snapshot.
|
String |
tdeCredentialArn()
The ARN from the key store with which to associate the instance for TDE encryption.
|
String |
timezone()
The time zone of the DB snapshot.
|
AwsRdsDbSnapshotDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The VPC ID associated with the DB snapshot.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbSnapshotIdentifier()
The name or ARN of the DB snapshot that is used to restore the DB instance.
public final String dbInstanceIdentifier()
A name for the DB instance.
public final String snapshotCreateTime()
When the snapshot was taken in Coordinated Universal Time (UTC).
public final String engine()
The name of the database engine to use for this DB instance. Valid values are as follows:
aurora
aurora-mysql
aurora-postgresql
c
mariadb
mysql
oracle-ee
oracle-se
oracle-se1
oracle-se2
sqlserver-ee
sqlserver-ex
sqlserver-se
sqlserver-web
aurora
aurora-mysql
aurora-postgresql
c
mariadb
mysql
oracle-ee
oracle-se
oracle-se1
oracle-se2
sqlserver-ee
sqlserver-ex
sqlserver-se
sqlserver-web
public final Integer allocatedStorage()
The amount of storage (in gigabytes) to be initially allocated for the database instance.
public final String status()
The status of this DB snapshot.
public final Integer port()
The port that the database engine was listening on at the time of the snapshot.
public final String availabilityZone()
Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.
public final String vpcId()
The VPC ID associated with the DB snapshot.
public final String instanceCreateTime()
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.
public final String masterUsername()
The master user name for the DB snapshot.
public final String engineVersion()
The version of the database engine.
public final String licenseModel()
License model information for the restored DB instance.
public final String snapshotType()
The type of the DB snapshot.
public final Integer iops()
The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
public final String optionGroupName()
The option group name for the DB snapshot.
public final Integer percentProgress()
The percentage of the estimated data that has been transferred.
public final String sourceRegion()
The Amazon Web Services Region that the DB snapshot was created in or copied from.
public final String sourceDbSnapshotIdentifier()
The DB snapshot ARN that the DB snapshot was copied from.
public final String storageType()
The storage type associated with the DB snapshot. Valid values are as follows:
gp2
io1
standard
gp2
io1
standard
public final String tdeCredentialArn()
The ARN from the key store with which to associate the instance for TDE encryption.
public final Boolean encrypted()
Whether the DB snapshot is encrypted.
public final String kmsKeyId()
If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.
Encrypted is true, the KMS key identifier for the encrypted DB snapshot.public final String timezone()
The time zone of the DB snapshot.
public final Boolean iamDatabaseAuthenticationEnabled()
Whether mapping of IAM accounts to database accounts is enabled.
public final boolean hasProcessorFeatures()
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<AwsRdsDbProcessorFeature> processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
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 hasProcessorFeatures() method.
public final String dbiResourceId()
The identifier for the source DB instance.
public AwsRdsDbSnapshotDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbSnapshotDetails.Builder,AwsRdsDbSnapshotDetails>public static AwsRdsDbSnapshotDetails.Builder builder()
public static Class<? extends AwsRdsDbSnapshotDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.