Class DBClusterBacktrack
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBClusterBacktrack.Builder,DBClusterBacktrack>
This data type is used as a response element in the DescribeDBClusterBacktracks action.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal InstantThe timestamp of the time from which the DB cluster was backtracked.final StringContains the backtrack identifier.final InstantThe timestamp of the time at which the backtrack was requested.final InstantThe timestamp of the time to which the DB cluster was backtracked.static DBClusterBacktrack.Builderbuilder()final StringContains a user-supplied DB cluster identifier.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DBClusterBacktrack.Builder>final Stringstatus()The status of the backtrack.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dbClusterIdentifier
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
- Returns:
- Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
-
backtrackIdentifier
Contains the backtrack identifier.
- Returns:
- Contains the backtrack identifier.
-
backtrackTo
The timestamp of the time to which the DB cluster was backtracked.
- Returns:
- The timestamp of the time to which the DB cluster was backtracked.
-
backtrackedFrom
The timestamp of the time from which the DB cluster was backtracked.
- Returns:
- The timestamp of the time from which the DB cluster was backtracked.
-
backtrackRequestCreationTime
The timestamp of the time at which the backtrack was requested.
- Returns:
- The timestamp of the time at which the backtrack was requested.
-
status
The status of the backtrack. This property returns one of the following values:
-
applying- The backtrack is currently being applied to or rolled back from the DB cluster. -
completed- The backtrack has successfully been applied to or rolled back from the DB cluster. -
failed- An error occurred while the backtrack was applied to or rolled back from the DB cluster. -
pending- The backtrack is currently pending application to or rollback from the DB cluster.
- Returns:
- The status of the backtrack. This property returns one of the following values:
-
applying- The backtrack is currently being applied to or rolled back from the DB cluster. -
completed- The backtrack has successfully been applied to or rolled back from the DB cluster. -
failed- An error occurred while the backtrack was applied to or rolled back from the DB cluster. -
pending- The backtrack is currently pending application to or rollback from the DB cluster.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBClusterBacktrack.Builder,DBClusterBacktrack>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-