@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()
Returns true if the ProcessorFeatures property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 AWS 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 AWS 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.
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 AWS 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.
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 AWS KMS key identifier for the encrypted DB snapshot.
Encrypted is true, the AWS 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()
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.
You can use hasProcessorFeatures() to see if a value was sent in this field.
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 © 2021. All rights reserved.