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 they're extracted.
|
AccountLimit.Builder |
codeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly 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, minus the capacity that's reserved for individual
functions with PutFunctionConcurrency.
|
copy
applyMutation, build
AccountLimit.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 they're extracted.
codeSizeUnzipped
- The maximum size of your function's code and layers when they're extracted.AccountLimit.Builder codeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to AWS Lambda. Use Amazon S3 for larger files.
codeSizeZipped
- The maximum size of a deployment package when it's uploaded directly 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, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
unreservedConcurrentExecutions
- The maximum number of simultaneous function executions, minus the capacity that's reserved for
individual functions with PutFunctionConcurrency.Copyright © 2019. All rights reserved.