Class ImageTemplateCustomizer

    • Constructor Detail

      • ImageTemplateCustomizer

        public ImageTemplateCustomizer()
    • Method Detail

      • name

        public String name()
        Get the name property: Friendly Name to provide context on what this customization step does.
        Returns:
        the name value.
      • withName

        public ImageTemplateCustomizer withName​(String name)
        Set the name property: Friendly Name to provide context on what this customization step does.
        Parameters:
        name - the name value to set.
        Returns:
        the ImageTemplateCustomizer object itself.
      • validate

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