Class ClusterInfo


  • public final class ClusterInfo
    extends Object
    The properties associated with a Stream Analytics cluster.
    • Constructor Detail

      • ClusterInfo

        public ClusterInfo()
    • Method Detail

      • id

        public String id()
        Get the id property: The resource id of cluster.
        Returns:
        the id value.
      • withId

        public ClusterInfo withId​(String id)
        Set the id property: The resource id of cluster.
        Parameters:
        id - the id value to set.
        Returns:
        the ClusterInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.