Interface Parameter.Builder

    • Method Detail

      • name

        Parameter.Builder name​(String name)

        The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

        Parameters:
        name - The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Parameter.Builder value​(String value)

        The literal value for the parameter.

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