Interface TemplateParameter.Builder

    • Method Detail

      • parameterKey

        TemplateParameter.Builder parameterKey​(String parameterKey)

        The name associated with the parameter.

        Parameters:
        parameterKey - The name associated with the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        TemplateParameter.Builder defaultValue​(String defaultValue)

        The default value associated with the parameter.

        Parameters:
        defaultValue - The default value associated with the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noEcho

        TemplateParameter.Builder noEcho​(Boolean noEcho)

        Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

        Parameters:
        noEcho - Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        TemplateParameter.Builder description​(String description)

        User defined description associated with the parameter.

        Parameters:
        description - User defined description associated with the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.