Interface DescribeAccountAttributesResponse.Builder

    • Method Detail

      • accountQuotas

        DescribeAccountAttributesResponse.Builder accountQuotas​(Collection<AccountQuota> accountQuotas)

        A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.

        Parameters:
        accountQuotas - A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountQuotas

        DescribeAccountAttributesResponse.Builder accountQuotas​(AccountQuota... accountQuotas)

        A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.

        Parameters:
        accountQuotas - A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.