Class SetupScripts


  • public final class SetupScripts
    extends Object
    Details of customized scripts to execute for setting up the cluster.
    • Constructor Detail

      • SetupScripts

        public SetupScripts()
    • Method Detail

      • scripts

        public ScriptsToExecute scripts()
        Get the scripts property: Customized setup scripts.
        Returns:
        the scripts value.
      • withScripts

        public SetupScripts withScripts​(ScriptsToExecute scripts)
        Set the scripts property: Customized setup scripts.
        Parameters:
        scripts - the scripts value to set.
        Returns:
        the SetupScripts object itself.
      • validate

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