public static interface AccountLimit.Builder extends SdkPojo, CopyableBuilder<AccountLimit.Builder,AccountLimit>
| Modifier and Type | Method and Description |
|---|---|
AccountLimit.Builder |
max(Long max)
The Amazon Web Services set limit for that resource type, in US dollars.
|
AccountLimit.Builder |
name(AccountLimitName name)
The name of the attribute to apply the account limit to.
|
AccountLimit.Builder |
name(String name)
The name of the attribute to apply the account limit to.
|
AccountLimit.Builder |
used(Long used)
The current amount that has been spent, in US dollars.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountLimit.Builder name(String name)
The name of the attribute to apply the account limit to.
name - The name of the attribute to apply the account limit to.AccountLimitName,
AccountLimitNameAccountLimit.Builder name(AccountLimitName name)
The name of the attribute to apply the account limit to.
name - The name of the attribute to apply the account limit to.AccountLimitName,
AccountLimitNameAccountLimit.Builder used(Long used)
The current amount that has been spent, in US dollars.
used - The current amount that has been spent, in US dollars.AccountLimit.Builder max(Long max)
The Amazon Web Services set limit for that resource type, in US dollars.
max - The Amazon Web Services set limit for that resource type, in US dollars.Copyright © 2023. All rights reserved.