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 a function's deployment package 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.
|
equalsBySdkFields, sdkFields
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 a function's deployment package and layers when they're extracted.
codeSizeUnzipped
- The maximum size of a function's deployment package 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 © 2021. All rights reserved.