Interface TemplateInput.Builder

    • Method Detail

      • inputName

        TemplateInput.Builder inputName​(String inputName)

        The name of the template.

        Parameters:
        inputName - The name of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        TemplateInput.Builder dataType​(String dataType)

        The data type of the template input.

        Parameters:
        dataType - The data type of the template input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataType, DataType
      • dataType

        TemplateInput.Builder dataType​(DataType dataType)

        The data type of the template input.

        Parameters:
        dataType - The data type of the template input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataType, DataType
      • required

        TemplateInput.Builder required​(Boolean required)

        Determine if an input is required from the template.

        Parameters:
        required - Determine if an input is required from the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.