Interface FairshareCapacityUtilization.Builder

    • Method Detail

      • shareIdentifier

        FairshareCapacityUtilization.Builder shareIdentifier​(String shareIdentifier)

        The share identifier for the fairshare scheduling job queue.

        Parameters:
        shareIdentifier - The share identifier for the fairshare scheduling job queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUsage

        FairshareCapacityUtilization.Builder capacityUsage​(Collection<FairshareCapacityUsage> capacityUsage)

        The capacity usage information for this share, including the unit of measure and quantity being used. This is VCPU for Amazon EC2 and cpu for Amazon EKS.

        Parameters:
        capacityUsage - The capacity usage information for this share, including the unit of measure and quantity being used. This is VCPU for Amazon EC2 and cpu for Amazon EKS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUsage

        FairshareCapacityUtilization.Builder capacityUsage​(FairshareCapacityUsage... capacityUsage)

        The capacity usage information for this share, including the unit of measure and quantity being used. This is VCPU for Amazon EC2 and cpu for Amazon EKS.

        Parameters:
        capacityUsage - The capacity usage information for this share, including the unit of measure and quantity being used. This is VCPU for Amazon EC2 and cpu for Amazon EKS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.