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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceQuota.Buildermaximum(Integer maximum)The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-