public static interface AccountLimit.Builder extends SdkPojo, CopyableBuilder<AccountLimit.Builder,AccountLimit>
| Modifier and Type | Method and Description |
|---|---|
AccountLimit.Builder |
codeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of your function's code and layers when extracted.
|
AccountLimit.Builder |
codeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when uploaded direcly to AWS Lambda.
|
AccountLimit.Builder |
concurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
|
AccountLimit.Builder |
totalCodeSize(Long totalCodeSize)
The amount of storage space that you can use for all deployment packages and layer archives.
|
AccountLimit.Builder |
unreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)
The maximum number of simultaneous function executions, less the concurrency reserved for individual
functions with PutFunctionConcurrency.
|
copyapplyMutation, buildAccountLimit.Builder totalCodeSize(Long totalCodeSize)
The amount of storage space that you can use for all deployment packages and layer archives.
totalCodeSize - The amount of storage space that you can use for all deployment packages and layer archives.AccountLimit.Builder codeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of your function's code and layers when extracted.
codeSizeUnzipped - The maximum size of your function's code and layers when extracted.AccountLimit.Builder codeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when uploaded direcly to AWS Lambda. Use Amazon S3 for larger files.
codeSizeZipped - The maximum size of a deployment package when uploaded direcly to AWS Lambda. Use Amazon S3 for larger
files.AccountLimit.Builder concurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
concurrentExecutions - The maximum number of simultaneous function executions.AccountLimit.Builder unreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)
The maximum number of simultaneous function executions, less the concurrency reserved for individual functions with PutFunctionConcurrency.
unreservedConcurrentExecutions - The maximum number of simultaneous function executions, less the concurrency reserved for individual
functions with PutFunctionConcurrency.Copyright © 2019. All rights reserved.