Interface QuotaSharePolicy.Builder

  • Method Details

    • idleResourceAssignmentStrategy

      QuotaSharePolicy.Builder idleResourceAssignmentStrategy(String idleResourceAssignmentStrategy)

      The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.

      Parameters:
      idleResourceAssignmentStrategy - The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • idleResourceAssignmentStrategy

      QuotaSharePolicy.Builder idleResourceAssignmentStrategy(QuotaShareIdleResourceAssignmentStrategy idleResourceAssignmentStrategy)

      The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.

      Parameters:
      idleResourceAssignmentStrategy - The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: