Class HDInsightSchema


  • public class HDInsightSchema
    extends Object
    The HDInsightSchema model.
    • Constructor Detail

      • HDInsightSchema

        public HDInsightSchema()
    • Method Detail

      • properties

        public HDInsightProperties properties()
        Get the properties property: HDInsight compute properties.
        Returns:
        the properties value.
      • withProperties

        public HDInsightSchema withProperties​(HDInsightProperties properties)
        Set the properties property: HDInsight compute properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the HDInsightSchema object itself.
      • validate

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