Interface AccountUsage.Builder

    • Method Detail

      • totalCodeSize

        AccountUsage.Builder totalCodeSize​(Long totalCodeSize)

        The amount of storage space, in bytes, that's being used by deployment packages and layer archives.

        Parameters:
        totalCodeSize - The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionCount

        AccountUsage.Builder functionCount​(Long functionCount)

        The number of Lambda functions.

        Parameters:
        functionCount - The number of Lambda functions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.