Interface DescribeAccountLimitsResponse.Builder

    • Method Detail

      • accountLimits

        DescribeAccountLimitsResponse.Builder accountLimits​(Collection<AccountLimit> accountLimits)

        An account limit structure that contain a list of CloudFormation account limits and their values.

        Parameters:
        accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountLimits

        DescribeAccountLimitsResponse.Builder accountLimits​(AccountLimit... accountLimits)

        An account limit structure that contain a list of CloudFormation account limits and their values.

        Parameters:
        accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAccountLimitsResponse.Builder nextToken​(String nextToken)

        If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

        Parameters:
        nextToken - If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.