@Generated(value="software.amazon.awssdk:codegen") public final class RevisionTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RevisionTarget.Builder,RevisionTarget>
Describes a RevisionTarget.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevisionTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RevisionTarget.Builder |
builder() |
String |
databaseRevision()
A unique string that identifies the version to update the cluster to.
|
Instant |
databaseRevisionReleaseDate()
The date on which the database revision was released.
|
String |
description()
A string that describes the changes and features that will be applied to the cluster when it is updated to the
corresponding ClusterDbRevision.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevisionTarget.Builder> |
serializableBuilderClass() |
RevisionTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseRevision()
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
public final String description()
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
public final Instant databaseRevisionReleaseDate()
The date on which the database revision was released.
public RevisionTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevisionTarget.Builder,RevisionTarget>public static RevisionTarget.Builder builder()
public static Class<? extends RevisionTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.