public static interface AccountQuota.Builder extends CopyableBuilder<AccountQuota.Builder,AccountQuota>
| Modifier and Type | Method and Description |
|---|---|
AccountQuota.Builder |
accountQuotaName(String accountQuotaName)
The name of the AWS DMS quota for this AWS account.
|
AccountQuota.Builder |
max(Long max)
The maximum allowed value for the quota.
|
AccountQuota.Builder |
used(Long used)
The amount currently used toward the quota maximum.
|
copyapply, buildAccountQuota.Builder accountQuotaName(String accountQuotaName)
The name of the AWS DMS quota for this AWS account.
accountQuotaName - The name of the AWS DMS quota for this AWS account.AccountQuota.Builder used(Long used)
The amount currently used toward the quota maximum.
used - The amount currently used toward the quota maximum.AccountQuota.Builder max(Long max)
The maximum allowed value for the quota.
max - The maximum allowed value for the quota.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.