@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLimit extends Object implements Serializable, Cloneable, StructuredPojo
Limits that are related to concurrency and storage. All file and storage sizes are in bytes.
Constructor and Description |
---|
AccountLimit() |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
clone() |
boolean |
equals(Object obj) |
Long |
getCodeSizeUnzipped()
The maximum size of a function's deployment package and layers when they're extracted.
|
Long |
getCodeSizeZipped()
The maximum size of a deployment package when it's uploaded directly to Lambda.
|
Integer |
getConcurrentExecutions()
The maximum number of simultaneous function executions.
|
Long |
getTotalCodeSize()
The amount of storage space that you can use for all deployment packages and layer archives.
|
Integer |
getUnreservedConcurrentExecutions()
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual
functions with PutFunctionConcurrency.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of a function's deployment package and layers when they're extracted.
|
void |
setCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to Lambda.
|
void |
setConcurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
|
void |
setTotalCodeSize(Long totalCodeSize)
The amount of storage space that you can use for all deployment packages and layer archives.
|
void |
setUnreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual
functions with PutFunctionConcurrency.
|
String |
toString()
Returns a string representation of this object.
|
AccountLimit |
withCodeSizeUnzipped(Long codeSizeUnzipped)
The maximum size of a function's deployment package and layers when they're extracted.
|
AccountLimit |
withCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to Lambda.
|
AccountLimit |
withConcurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
|
AccountLimit |
withTotalCodeSize(Long totalCodeSize)
The amount of storage space that you can use for all deployment packages and layer archives.
|
AccountLimit |
withUnreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual
functions with PutFunctionConcurrency.
|
public void setTotalCodeSize(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.public Long getTotalCodeSize()
The amount of storage space that you can use for all deployment packages and layer archives.
public AccountLimit withTotalCodeSize(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.public void setCodeSizeUnzipped(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.public Long getCodeSizeUnzipped()
The maximum size of a function's deployment package and layers when they're extracted.
public AccountLimit withCodeSizeUnzipped(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.public void setCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
codeSizeZipped
- The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger
files.public Long getCodeSizeZipped()
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
public AccountLimit withCodeSizeZipped(Long codeSizeZipped)
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
codeSizeZipped
- The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger
files.public void setConcurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
concurrentExecutions
- The maximum number of simultaneous function executions.public Integer getConcurrentExecutions()
The maximum number of simultaneous function executions.
public AccountLimit withConcurrentExecutions(Integer concurrentExecutions)
The maximum number of simultaneous function executions.
concurrentExecutions
- The maximum number of simultaneous function executions.public void setUnreservedConcurrentExecutions(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.public Integer getUnreservedConcurrentExecutions()
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
public AccountLimit withUnreservedConcurrentExecutions(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.public String toString()
toString
in class Object
Object.toString()
public AccountLimit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.