@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevisionTarget.Builder> |
serializableBuilderClass() |
RevisionTarget.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RevisionTarget.Builder,RevisionTarget>
public static RevisionTarget.Builder builder()
public static Class<? extends RevisionTarget.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.