Interface MaximumAllowedResources.Builder

  • Method Details

    • cpu

      The maximum allowed CPU for an application.

      Parameters:
      cpu - The maximum allowed CPU for an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memory

      The maximum allowed resources for an application.

      Parameters:
      memory - The maximum allowed resources for an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • disk

      The maximum allowed disk for an application.

      Parameters:
      disk - The maximum allowed disk for an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.