public static interface AccountQuota.Builder extends SdkPojo, CopyableBuilder<AccountQuota.Builder,AccountQuota>
| Modifier and Type | Method and Description |
|---|---|
AccountQuota.Builder |
accountQuotaName(String accountQuotaName)
The name of the DMS quota for this Amazon Web Services 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountQuota.Builder accountQuotaName(String accountQuotaName)
The name of the DMS quota for this Amazon Web Services account.
accountQuotaName - The name of the DMS quota for this Amazon Web Services 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 © 2023. All rights reserved.