Interface BudgetActionToRemove.Builder

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

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

    • type

      The type of budget action to remove.

      Parameters:
      type - The type of budget action to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of budget action to remove.

      Parameters:
      type - The type of budget action to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • thresholdPercentage

      BudgetActionToRemove.Builder thresholdPercentage(Float thresholdPercentage)

      The percentage threshold for the budget action to remove.

      Parameters:
      thresholdPercentage - The percentage threshold for the budget action to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.