Interface MaximumAllowedResources.Builder

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

public static interface MaximumAllowedResources.Builder extends SdkPojo, CopyableBuilder<MaximumAllowedResources.Builder,MaximumAllowedResources>
  • 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.