Interface ResourceDownloadOwnerSetting.Builder

  • Method Details

    • groupOwner

      The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
      Parameters:
      groupOwner - The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupPermission

      ResourceDownloadOwnerSetting.Builder groupPermission(String groupPermission)
      The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
      Parameters:
      groupPermission - The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupPermission

      ResourceDownloadOwnerSetting.Builder groupPermission(Permission groupPermission)
      The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
      Parameters:
      groupPermission - The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: