ToCopyableBuilder<ClusterVersion.Builder,ClusterVersion>
@Generated("software.amazon.awssdk:codegen") public class ClusterVersion extends Object implements ToCopyableBuilder<ClusterVersion.Builder,ClusterVersion>
Describes a cluster version, including the parameter group family and description of the version.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterVersion.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterVersion.Builder |
builder() |
|
String |
clusterParameterGroupFamily() |
The name of the cluster parameter group family for the cluster.
|
String |
clusterVersion() |
The version number used by the cluster.
|
String |
description() |
The description of the cluster version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ClusterVersion.Builder> |
serializableBuilderClass() |
|
ClusterVersion.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String clusterVersion()
The version number used by the cluster.
public String clusterParameterGroupFamily()
The name of the cluster parameter group family for the cluster.
public String description()
The description of the cluster version.
public ClusterVersion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterVersion.Builder,ClusterVersion>
public static ClusterVersion.Builder builder()
public static Class<? extends ClusterVersion.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.