Class Cluster.Builder

    • Constructor Detail

      • Builder

        public Builder​(java.lang.String name,
                       java.lang.String user,
                       java.lang.String version,
                       ClusterStatus status)
        Constructor which has required fields.
        Parameters:
        name - The name to use for the Cluster
        user - The user to use for the Cluster
        version - The version to use for the Cluster
        status - The status of the Cluster
    • Method Detail

      • build

        public Cluster build()
        Build the cluster.
        Returns:
        Create the final read-only Cluster instance