Interface StepAmountCapability.Builder

    • Method Detail

      • max

        StepAmountCapability.Builder max​(Double max)

        The maximum amount.

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

        StepAmountCapability.Builder min​(Double min)

        The minimum amount.

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

        StepAmountCapability.Builder name​(String 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.
      • value

        StepAmountCapability.Builder value​(Double value)

        The amount value.

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