Interface ResourceQuota.Builder

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

public static interface ResourceQuota.Builder extends SdkPojo, CopyableBuilder<ResourceQuota.Builder,ResourceQuota>
  • Method Details

    • maximum

      ResourceQuota.Builder maximum(Integer maximum)

      The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

      Parameters:
      maximum - The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.