Interface DescribeAccountLimitsResponse.Builder

    • 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.