CopyableBuilder<AccountAttribute.Builder,AccountAttribute>, SdkBuilder<AccountAttribute.Builder,AccountAttribute>public static interface AccountAttribute.Builder extends CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
| Modifier and Type | Method | Description |
|---|---|---|
AccountAttribute.Builder |
maximum(Integer maximum) |
The maximum allowed value.
|
AccountAttribute.Builder |
name(String name) |
The attribute name.
|
AccountAttribute.Builder |
used(Integer used) |
The current usage, such as the current number of servers that are associated with the account.
|
copyapply, buildAccountAttribute.Builder name(String name)
The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
name - The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
AccountAttribute.Builder maximum(Integer maximum)
The maximum allowed value.
maximum - The maximum allowed value.AccountAttribute.Builder used(Integer used)
The current usage, such as the current number of servers that are associated with the account.
used - The current usage, such as the current number of servers that are associated with the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.