Class AutonomousDatabaseBackupSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutonomousDatabaseBackupSummary.Builder,AutonomousDatabaseBackupSummary>
A summary of an Autonomous Database backup.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) of the Autonomous Database backup.final StringThe unique identifier of the Autonomous Database backup.final StringThe unique identifier of the Autonomous Database that the backup was created from.builder()final StringThe Oracle Database software version of the Autonomous Database backup.final StringThe user-friendly name of the Autonomous Database backup.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether the backup was created automatically.final Stringocid()The Oracle Cloud Identifier (OCID) of the Autonomous Database backup.final IntegerThe retention period, in days, for the Autonomous Database backup.static Class<? extends AutonomousDatabaseBackupSummary.Builder> final DoubleThe size of the Autonomous Database backup, in terabytes (TB).status()The current status of the Autonomous Database backup.final StringThe current status of the Autonomous Database backup.final StringAdditional information about the current status of the Autonomous Database backup, if applicable.final InstantThe date and time until which the Autonomous Database backup is available for restore.final InstantThe date and time when the Autonomous Database backup ended.final InstantThe date and time when the Autonomous Database backup started.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.type()The type of the Autonomous Database backup.final StringThe type of the Autonomous Database backup.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
autonomousDatabaseBackupId
The unique identifier of the Autonomous Database backup.
- Returns:
- The unique identifier of the Autonomous Database backup.
-
autonomousDatabaseBackupArn
The Amazon Resource Name (ARN) of the Autonomous Database backup.
- Returns:
- The Amazon Resource Name (ARN) of the Autonomous Database backup.
-
autonomousDatabaseId
The unique identifier of the Autonomous Database that the backup was created from.
- Returns:
- The unique identifier of the Autonomous Database that the backup was created from.
-
ocid
The Oracle Cloud Identifier (OCID) of the Autonomous Database backup.
- Returns:
- The Oracle Cloud Identifier (OCID) of the Autonomous Database backup.
-
displayName
The user-friendly name of the Autonomous Database backup.
- Returns:
- The user-friendly name of the Autonomous Database backup.
-
dbVersion
The Oracle Database software version of the Autonomous Database backup.
- Returns:
- The Oracle Database software version of the Autonomous Database backup.
-
status
The current status of the Autonomous Database backup.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAutonomousDatabaseBackupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the Autonomous Database backup.
- See Also:
-
statusAsString
The current status of the Autonomous Database backup.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAutonomousDatabaseBackupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the Autonomous Database backup.
- See Also:
-
statusReason
Additional information about the current status of the Autonomous Database backup, if applicable.
- Returns:
- Additional information about the current status of the Autonomous Database backup, if applicable.
-
isAutomatic
Indicates whether the backup was created automatically.
- Returns:
- Indicates whether the backup was created automatically.
-
retentionPeriodInDays
The retention period, in days, for the Autonomous Database backup.
- Returns:
- The retention period, in days, for the Autonomous Database backup.
-
sizeInTBs
The size of the Autonomous Database backup, in terabytes (TB).
- Returns:
- The size of the Autonomous Database backup, in terabytes (TB).
-
timeAvailableTill
The date and time until which the Autonomous Database backup is available for restore.
- Returns:
- The date and time until which the Autonomous Database backup is available for restore.
-
timeStarted
The date and time when the Autonomous Database backup started.
- Returns:
- The date and time when the Autonomous Database backup started.
-
timeEnded
The date and time when the Autonomous Database backup ended.
- Returns:
- The date and time when the Autonomous Database backup ended.
-
type
The type of the Autonomous Database backup.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAutonomousDatabaseBackupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the Autonomous Database backup.
- See Also:
-
typeAsString
The type of the Autonomous Database backup.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAutonomousDatabaseBackupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the Autonomous Database backup.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AutonomousDatabaseBackupSummary.Builder,AutonomousDatabaseBackupSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-