public static interface DescribeAccountLimitsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResponse.Builder |
maxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account.
|
DescribeAccountLimitsResponse.Builder |
maxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account.
|
DescribeAccountLimitsResponse.Builder |
numberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
|
DescribeAccountLimitsResponse.Builder |
numberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountLimitsResponse.Builder maxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account. The default is 200 groups per Region.
maxNumberOfAutoScalingGroups - The maximum number of groups allowed for your account. The default is 200 groups per Region.DescribeAccountLimitsResponse.Builder maxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your account. The default is 200 launch
configurations per Region.DescribeAccountLimitsResponse.Builder numberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
numberOfAutoScalingGroups - The current number of groups for your account.DescribeAccountLimitsResponse.Builder numberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
numberOfLaunchConfigurations - The current number of launch configurations for your account.Copyright © 2023. All rights reserved.