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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountLimit.Builder name(String name)
The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
name - The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit |
StackOutputsLimit
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 © 2021. All rights reserved.