@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 String databaseRevision()
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.