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 AWS account.
|
DescribeAccountLimitsResponse.Builder |
maxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account.
|
DescribeAccountLimitsResponse.Builder |
numberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
|
DescribeAccountLimitsResponse.Builder |
numberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountLimitsResponse.Builder maxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default limit is 200 per AWS Region.
maxNumberOfAutoScalingGroups - The maximum number of groups allowed for your AWS account. The default limit is 200 per AWS Region.DescribeAccountLimitsResponse.Builder maxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default limit is 200 per AWS Region.
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS account. The default limit is 200 per
AWS Region.DescribeAccountLimitsResponse.Builder numberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
numberOfAutoScalingGroups - The current number of groups for your AWS account.DescribeAccountLimitsResponse.Builder numberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
numberOfLaunchConfigurations - The current number of launch configurations for your AWS account.Copyright © 2019. All rights reserved.