public static interface GroupOwnerSetting.Builder extends SdkPojo, CopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
Modifier and Type | Method and Description |
---|---|
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.
|
GroupOwnerSetting.Builder |
groupOwner(String groupOwner)
The name of the Linux OS group whose privileges will be added to the Lambda process.
|
copy
applyMutation, build
GroupOwnerSetting.Builder autoAddGroupOwner(Boolean autoAddGroupOwner)
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.GroupOwnerSetting.Builder groupOwner(String groupOwner)
groupOwner
- The name of the Linux OS group whose privileges will be added to the Lambda process. This field is
optional.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.