Interface ClusterVersion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ClusterVersion.Builder,ClusterVersion>, SdkBuilder<ClusterVersion.Builder,ClusterVersion>, SdkPojo
Enclosing class:
ClusterVersion

public static interface ClusterVersion.Builder extends SdkPojo, CopyableBuilder<ClusterVersion.Builder,ClusterVersion>
  • Method Details

    • clusterVersion

      ClusterVersion.Builder clusterVersion(String clusterVersion)

      The version number used by the cluster.

      Parameters:
      clusterVersion - The version number used by the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterParameterGroupFamily

      ClusterVersion.Builder clusterParameterGroupFamily(String clusterParameterGroupFamily)

      The name of the cluster parameter group family for the cluster.

      Parameters:
      clusterParameterGroupFamily - The name of the cluster parameter group family for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ClusterVersion.Builder description(String description)

      The description of the cluster version.

      Parameters:
      description - The description of the cluster version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.