public static interface AccountUsage.Builder extends SdkPojo, CopyableBuilder<AccountUsage.Builder,AccountUsage>
| Modifier and Type | Method and Description |
|---|---|
AccountUsage.Builder |
functionCount(Long functionCount)
The number of Lambda functions.
|
AccountUsage.Builder |
totalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountUsage.Builder totalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
totalCodeSize - The amount of storage space, in bytes, that's being used by deployment packages and layer archives.AccountUsage.Builder functionCount(Long functionCount)
The number of Lambda functions.
functionCount - The number of Lambda functions.Copyright © 2020. All rights reserved.