@Generated(value="software.amazon.awssdk:codegen") public final class AccountLimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountLimit.Builder,AccountLimit>
Limits related to concurrency and code storage. All file and storage sizes are in bytes.
Modifier and Type | Class and Description |
---|---|
static interface |
AccountLimit.Builder |
Modifier and Type | Method and Description |
---|---|
static AccountLimit.Builder |
builder() |
Long |
codeSizeUnzipped()
The maximum size of your function's code and layers when extracted.
|
Long |
codeSizeZipped()
The maximum size of a deployment package when uploaded direcly to AWS Lambda.
|
Integer |
concurrentExecutions()
The maximum number of simultaneous function executions.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountLimit.Builder> |
serializableBuilderClass() |
AccountLimit.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalCodeSize()
The amount of storage space that you can use for all deployment packages and layer archives.
|
Integer |
unreservedConcurrentExecutions()
The maximum number of simultaneous function executions, less the concurrency reserved for individual functions
with PutFunctionConcurrency.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Long totalCodeSize()
The amount of storage space that you can use for all deployment packages and layer archives.
public Long codeSizeUnzipped()
The maximum size of your function's code and layers when extracted.
public Long codeSizeZipped()
The maximum size of a deployment package when uploaded direcly to AWS Lambda. Use Amazon S3 for larger files.
public Integer concurrentExecutions()
The maximum number of simultaneous function executions.
public Integer unreservedConcurrentExecutions()
The maximum number of simultaneous function executions, less the concurrency reserved for individual functions with PutFunctionConcurrency.
public AccountLimit.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AccountLimit.Builder,AccountLimit>
public static AccountLimit.Builder builder()
public static Class<? extends AccountLimit.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.