public static interface AccountUsage.Builder extends CopyableBuilder<AccountUsage.Builder,AccountUsage>
| Modifier and Type | Method and Description |
|---|---|
AccountUsage.Builder |
functionCount(Long functionCount)
The number of your account's existing functions per region.
|
AccountUsage.Builder |
totalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
|
copyapply, buildAccountUsage.Builder totalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
totalCodeSize - Total size, in bytes, of the account's deployment packages per region.AccountUsage.Builder functionCount(Long functionCount)
The number of your account's existing functions per region.
functionCount - The number of your account's existing functions per region.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.