public static interface RevisionTarget.Builder extends SdkPojo, CopyableBuilder<RevisionTarget.Builder,RevisionTarget>
Modifier and Type | Method and Description |
---|---|
RevisionTarget.Builder |
databaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to.
|
RevisionTarget.Builder |
databaseRevisionReleaseDate(Instant databaseRevisionReleaseDate)
The date on which the database revision was released.
|
RevisionTarget.Builder |
description(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.
|
copy
applyMutation, build
RevisionTarget.Builder databaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
databaseRevision
- A unique string that identifies the version to update the cluster to. You can use this value in
ModifyClusterDbRevision.RevisionTarget.Builder description(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.
description
- A string that describes the changes and features that will be applied to the cluster when it is
updated to the corresponding ClusterDbRevision.RevisionTarget.Builder databaseRevisionReleaseDate(Instant databaseRevisionReleaseDate)
The date on which the database revision was released.
databaseRevisionReleaseDate
- The date on which the database revision was released.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.