Interface DescribeAccountLimitsResponse.Builder
-
- All Superinterfaces:
AutoScalingResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>,SdkBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountLimitsResponse
public static interface DescribeAccountLimitsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountLimitsResponse.BuildermaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)The maximum number of groups allowed for your account.DescribeAccountLimitsResponse.BuildermaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)The maximum number of launch configurations allowed for your account.DescribeAccountLimitsResponse.BuildernumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)The current number of groups for your account.DescribeAccountLimitsResponse.BuildernumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)The current number of launch configurations for your account.-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
maxNumberOfAutoScalingGroups
DescribeAccountLimitsResponse.Builder maxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account. The default is 200 groups per Region.
- Parameters:
maxNumberOfAutoScalingGroups- The maximum number of groups allowed for your account. The default is 200 groups per Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxNumberOfLaunchConfigurations
DescribeAccountLimitsResponse.Builder maxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
- Parameters:
maxNumberOfLaunchConfigurations- The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfAutoScalingGroups
DescribeAccountLimitsResponse.Builder numberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
- Parameters:
numberOfAutoScalingGroups- The current number of groups for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfLaunchConfigurations
DescribeAccountLimitsResponse.Builder numberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
- Parameters:
numberOfLaunchConfigurations- The current number of launch configurations for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-