Interface LambdaContainerParams.Builder

    • Method Detail

      • memorySizeInKB

        LambdaContainerParams.Builder memorySizeInKB​(Integer memorySizeInKB)

        The memory size of the container, expressed in kilobytes.

        Default: 16384 (16 MB)

        Parameters:
        memorySizeInKB - The memory size of the container, expressed in kilobytes.

        Default: 16384 (16 MB)

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountROSysfs

        LambdaContainerParams.Builder mountROSysfs​(Boolean mountROSysfs)

        Whether or not the container can read information from the device's /sys folder.

        Default: false

        Parameters:
        mountROSysfs - Whether or not the container can read information from the device's /sys folder.

        Default: false

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumes

        LambdaContainerParams.Builder volumes​(Collection<LambdaVolumeMount> volumes)

        The list of volumes that the container can access.

        Parameters:
        volumes - The list of volumes that the container can access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumes

        LambdaContainerParams.Builder volumes​(LambdaVolumeMount... volumes)

        The list of volumes that the container can access.

        Parameters:
        volumes - The list of volumes that the container can access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devices

        LambdaContainerParams.Builder devices​(Collection<LambdaDeviceMount> devices)

        The list of system devices that the container can access.

        Parameters:
        devices - The list of system devices that the container can access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devices

        LambdaContainerParams.Builder devices​(LambdaDeviceMount... devices)

        The list of system devices that the container can access.

        Parameters:
        devices - The list of system devices that the container can access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.