public static interface DescribeAccountAttributesResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountQuotas(AccountQuota... accountQuotas)
Account quota information.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(Consumer<AccountQuota.Builder>... accountQuotas)
Account quota information.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAccountAttributesResponse.Builder accountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.DescribeAccountAttributesResponse.Builder accountQuotas(AccountQuota... accountQuotas)
Account quota information.
accountQuotas - Account quota information.DescribeAccountAttributesResponse.Builder accountQuotas(Consumer<AccountQuota.Builder>... accountQuotas)
Account quota information.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accountQuotas(List) .accountQuotas - a consumer that will call methods on List.Builder #accountQuotas(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.