Interface GroupOwnerSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>,SdkBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>,SdkPojo
- Enclosing class:
- GroupOwnerSetting
public static interface GroupOwnerSetting.Builder extends SdkPojo, CopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupOwnerSetting.BuilderautoAddGroupOwner(Boolean autoAddGroupOwner)If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges.GroupOwnerSetting.BuildergroupOwner(String groupOwner)The name of the Linux OS group whose privileges will be added to the Lambda process.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-