Interface GroupOwnerSetting.Builder

  • Method Details

    • autoAddGroupOwner

      GroupOwnerSetting.Builder autoAddGroupOwner(Boolean autoAddGroupOwner)
      If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.
      Parameters:
      autoAddGroupOwner - If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupOwner

      GroupOwnerSetting.Builder groupOwner(String groupOwner)
      The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
      Parameters:
      groupOwner - The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
      Returns:
      Returns a reference to this object so that method calls can be chained together.