Class GroupOwnerSetting
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.GroupOwnerSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
@Generated("software.amazon.awssdk:codegen") public final class GroupOwnerSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
Group owner related settings for local resources.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroupOwnerSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoAddGroupOwner()If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges.static GroupOwnerSetting.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupOwner()The name of the Linux OS group whose privileges will be added to the Lambda process.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GroupOwnerSetting.Builder>serializableBuilderClass()GroupOwnerSetting.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoAddGroupOwner
public final 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.- Returns:
- 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.
-
groupOwner
public final String groupOwner()
The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.- Returns:
- The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
-
toBuilder
public GroupOwnerSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GroupOwnerSetting.Builder,GroupOwnerSetting>
-
builder
public static GroupOwnerSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends GroupOwnerSetting.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-