Interface TemplateInput.Builder

  • Method Details

    • 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

      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:
    • 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.