Interface StepAmountCapability.Builder

  • Method Details

    • name

      The name of the step.

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

      The minimum amount.

      Parameters:
      min - The minimum amount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum amount.

      Parameters:
      max - The maximum amount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The amount value.

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