Class ClusterMetadata.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 who owns the cluster
        version - The version of the cluster
        status - The status of the cluster
    • Method Detail

      • build

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