Interface GroupOwnerSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupOwnerSetting.Builder,
,GroupOwnerSetting> SdkBuilder<GroupOwnerSetting.Builder,
,GroupOwnerSetting> SdkPojo
- Enclosing class:
GroupOwnerSetting
@Mutable
@NotThreadSafe
public static interface GroupOwnerSetting.Builder
extends SdkPojo, CopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
-
Method Summary
Modifier and TypeMethodDescriptionautoAddGroupOwner
(Boolean autoAddGroupOwner) If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges.groupOwner
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-