Interface Parameter.Builder

    • Method Detail

      • name

        Parameter.Builder name​(String name)

        The name of the parameter

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

        Parameter.Builder value​(String value)

        The value of the parameter

        Parameters:
        value - The value of the parameter
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Parameter.Builder description​(String description)

        A description of the parameter

        Parameters:
        description - A description of the parameter
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        Parameter.Builder dataType​(String dataType)

        The parameter's data type

        Parameters:
        dataType - The parameter's data type
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        Parameter.Builder allowedValues​(String allowedValues)

        The valid range of values for the parameter.

        Parameters:
        allowedValues - The valid range of values for the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumEngineVersion

        Parameter.Builder minimumEngineVersion​(String minimumEngineVersion)

        The earliest engine version to which the parameter can apply.

        Parameters:
        minimumEngineVersion - The earliest engine version to which the parameter can apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.