CopyableBuilder<AccountLimit.Builder,AccountLimit>, SdkBuilder<AccountLimit.Builder,AccountLimit>public static interface AccountLimit.Builder extends CopyableBuilder<AccountLimit.Builder,AccountLimit>
| Modifier and Type | Method | 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.
|
copyapply, buildAccountLimit.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.