@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLimit extends Object implements Serializable, Cloneable, StructuredPojo
Provides limits of code size and concurrency associated with the current account and region.
Constructor and Description |
---|
AccountLimit() |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
clone() |
boolean |
equals(Object obj) |
Long |
getCodeSizeUnzipped()
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for
uploading.
|
Long |
getCodeSizeZipped()
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar
file).
|
Integer |
getConcurrentExecutions()
Number of simultaneous executions of your function per region.
|
Long |
getTotalCodeSize()
Maximum size, in bytes, of a code package you can upload per region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeSizeUnzipped(Long codeSizeUnzipped)
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for
uploading.
|
void |
setCodeSizeZipped(Long codeSizeZipped)
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar
file).
|
void |
setConcurrentExecutions(Integer concurrentExecutions)
Number of simultaneous executions of your function per region.
|
void |
setTotalCodeSize(Long totalCodeSize)
Maximum size, in bytes, of a code package you can upload per region.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AccountLimit |
withCodeSizeUnzipped(Long codeSizeUnzipped)
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for
uploading.
|
AccountLimit |
withCodeSizeZipped(Long codeSizeZipped)
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar
file).
|
AccountLimit |
withConcurrentExecutions(Integer concurrentExecutions)
Number of simultaneous executions of your function per region.
|
AccountLimit |
withTotalCodeSize(Long totalCodeSize)
Maximum size, in bytes, of a code package you can upload per region.
|
public void setTotalCodeSize(Long totalCodeSize)
Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.
totalCodeSize
- Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.public Long getTotalCodeSize()
Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.
public AccountLimit withTotalCodeSize(Long totalCodeSize)
Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.
totalCodeSize
- Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.public void setCodeSizeUnzipped(Long codeSizeUnzipped)
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.
codeSizeUnzipped
- Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar
size) for uploading. The default limit is 250 MB.public Long getCodeSizeUnzipped()
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.
public AccountLimit withCodeSizeUnzipped(Long codeSizeUnzipped)
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.
codeSizeUnzipped
- Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar
size) for uploading. The default limit is 250 MB.public void setCodeSizeZipped(Long codeSizeZipped)
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.
codeSizeZipped
- Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda
function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.public Long getCodeSizeZipped()
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.
public AccountLimit withCodeSizeZipped(Long codeSizeZipped)
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.
codeSizeZipped
- Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda
function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.public void setConcurrentExecutions(Integer concurrentExecutions)
Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.
concurrentExecutions
- Number of simultaneous executions of your function per region. For more information or to request a limit
increase for concurrent executions, see Lambda Function Concurrent
Executions. The default limit is 100.public Integer getConcurrentExecutions()
Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.
public AccountLimit withConcurrentExecutions(Integer concurrentExecutions)
Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.
concurrentExecutions
- Number of simultaneous executions of your function per region. For more information or to request a limit
increase for concurrent executions, see Lambda Function Concurrent
Executions. The default limit is 100.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.