Interface FunctionRunAsConfig.Builder

    • Method Detail

      • gid

        FunctionRunAsConfig.Builder gid​(Integer gid)
        The group ID whose permissions are used to run a Lambda function.
        Parameters:
        gid - The group ID whose permissions are used to run a Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uid

        FunctionRunAsConfig.Builder uid​(Integer uid)
        The user ID whose permissions are used to run a Lambda function.
        Parameters:
        uid - The user ID whose permissions are used to run a Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.