JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lambda.model

Class AccountLimit

    • Constructor Detail

      • AccountLimit

        public AccountLimit()
    • Method Detail

      • setTotalCodeSize

        public void setTotalCodeSize(Long totalCodeSize)

        The amount of storage space that you can use for all deployment packages and layer archives.

        Parameters:
        totalCodeSize - The amount of storage space that you can use for all deployment packages and layer archives.
      • getTotalCodeSize

        public Long getTotalCodeSize()

        The amount of storage space that you can use for all deployment packages and layer archives.

        Returns:
        The amount of storage space that you can use for all deployment packages and layer archives.
      • withTotalCodeSize

        public AccountLimit withTotalCodeSize(Long totalCodeSize)

        The amount of storage space that you can use for all deployment packages and layer archives.

        Parameters:
        totalCodeSize - The amount of storage space that you can use for all deployment packages and layer archives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCodeSizeUnzipped

        public void setCodeSizeUnzipped(Long codeSizeUnzipped)

        The maximum size of a function's deployment package and layers when they're extracted.

        Parameters:
        codeSizeUnzipped - The maximum size of a function's deployment package and layers when they're extracted.
      • getCodeSizeUnzipped

        public Long getCodeSizeUnzipped()

        The maximum size of a function's deployment package and layers when they're extracted.

        Returns:
        The maximum size of a function's deployment package and layers when they're extracted.
      • withCodeSizeUnzipped

        public AccountLimit withCodeSizeUnzipped(Long codeSizeUnzipped)

        The maximum size of a function's deployment package and layers when they're extracted.

        Parameters:
        codeSizeUnzipped - The maximum size of a function's deployment package and layers when they're extracted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCodeSizeZipped

        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.

        Parameters:
        codeSizeZipped - The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
      • getCodeSizeZipped

        public Long getCodeSizeZipped()

        The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.

        Returns:
        The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
      • withCodeSizeZipped

        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.

        Parameters:
        codeSizeZipped - The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConcurrentExecutions

        public void setConcurrentExecutions(Integer concurrentExecutions)

        The maximum number of simultaneous function executions.

        Parameters:
        concurrentExecutions - The maximum number of simultaneous function executions.
      • getConcurrentExecutions

        public Integer getConcurrentExecutions()

        The maximum number of simultaneous function executions.

        Returns:
        The maximum number of simultaneous function executions.
      • withConcurrentExecutions

        public AccountLimit withConcurrentExecutions(Integer concurrentExecutions)

        The maximum number of simultaneous function executions.

        Parameters:
        concurrentExecutions - The maximum number of simultaneous function executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUnreservedConcurrentExecutions

        public void setUnreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)

        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

        Parameters:
        unreservedConcurrentExecutions - The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
      • getUnreservedConcurrentExecutions

        public Integer getUnreservedConcurrentExecutions()

        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

        Returns:
        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
      • withUnreservedConcurrentExecutions

        public AccountLimit withUnreservedConcurrentExecutions(Integer unreservedConcurrentExecutions)

        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

        Parameters:
        unreservedConcurrentExecutions - The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /