Interface DescribeAccountAttributesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>, RdsResponse.Builder, SdkBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeAccountAttributesResponse

public static interface DescribeAccountAttributesResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
  • Method Details

    • 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

      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

      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.

      This is a convenience method that creates an instance of the AccountQuota.Builder avoiding the need to create one manually via AccountQuota.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to accountQuotas(List<AccountQuota>).

      Parameters:
      accountQuotas - a consumer that will call methods on AccountQuota.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: