Interface StepAmountCapability.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StepAmountCapability.Builder,StepAmountCapability>, SdkBuilder<StepAmountCapability.Builder,StepAmountCapability>, SdkPojo
Enclosing class:
StepAmountCapability

public static interface StepAmountCapability.Builder extends SdkPojo, CopyableBuilder<StepAmountCapability.Builder,StepAmountCapability>
  • Method Details

    • 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

      The minimum amount.

      Parameters:
      min - The minimum amount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      The amount value.

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