public static interface AccountLimit.Builder extends SdkPojo, CopyableBuilder<AccountLimit.Builder,AccountLimit>
Modifier and Type | Method and Description |
---|---|
AccountLimit.Builder |
name(String name)
The name of the account limit.
|
AccountLimit.Builder |
value(Integer value)
The value that is associated with the account limit name.
|
copy
applyMutation, build
AccountLimit.Builder name(String name)
The name of the account limit. Currently, the only account limit is StackLimit
.
name
- The name of the account limit. Currently, the only account limit is StackLimit
.AccountLimit.Builder value(Integer value)
The value that is associated with the account limit name.
value
- The value that is associated with the account limit name.Copyright © 2019. All rights reserved.