public static interface ClusterVersion.Builder extends CopyableBuilder<ClusterVersion.Builder,ClusterVersion>
| Modifier and Type | Method and Description |
|---|---|
ClusterVersion.Builder |
clusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
|
ClusterVersion.Builder |
clusterVersion(String clusterVersion)
The version number used by the cluster.
|
ClusterVersion.Builder |
description(String description)
The description of the cluster version.
|
copyapply, buildClusterVersion.Builder clusterVersion(String clusterVersion)
The version number used by the cluster.
clusterVersion - The version number used by the cluster.ClusterVersion.Builder clusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
clusterParameterGroupFamily - The name of the cluster parameter group family for the cluster.ClusterVersion.Builder description(String description)
The description of the cluster version.
description - The description of the cluster version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.