Interface ComputeQuotaTarget.Builder

  • Method Details

    • teamName

      ComputeQuotaTarget.Builder teamName(String teamName)

      Name of the team to allocate compute resources to.

      Parameters:
      teamName - Name of the team to allocate compute resources to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fairShareWeight

      ComputeQuotaTarget.Builder fairShareWeight(Integer fairShareWeight)

      Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when FairShare is enabled.

      A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.

      Parameters:
      fairShareWeight - Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when FairShare is enabled.

      A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.

      Returns:
      Returns a reference to this object so that method calls can be chained together.