Interface LambdaLinuxProcessParams.Builder

    • Method Detail

      • isolationMode

        LambdaLinuxProcessParams.Builder isolationMode​(String isolationMode)

        The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

        Default: GreengrassContainer

        Parameters:
        isolationMode - The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

        Default: GreengrassContainer

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LambdaIsolationMode, LambdaIsolationMode
      • isolationMode

        LambdaLinuxProcessParams.Builder isolationMode​(LambdaIsolationMode isolationMode)

        The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

        Default: GreengrassContainer

        Parameters:
        isolationMode - The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

        Default: GreengrassContainer

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LambdaIsolationMode, LambdaIsolationMode
      • containerParams

        LambdaLinuxProcessParams.Builder containerParams​(LambdaContainerParams containerParams)

        The parameters for the container in which the Lambda function runs.

        Parameters:
        containerParams - The parameters for the container in which the Lambda function runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.