Class ResourceDownloadOwnerSetting
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.ResourceDownloadOwnerSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceDownloadOwnerSetting.Builder,ResourceDownloadOwnerSetting>
@Generated("software.amazon.awssdk:codegen") public final class ResourceDownloadOwnerSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDownloadOwnerSetting.Builder,ResourceDownloadOwnerSetting>
The owner setting for downloaded machine learning resources.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceDownloadOwnerSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceDownloadOwnerSetting.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupOwner()The group owner of the resource.PermissiongroupPermission()The permissions that the group owner has to the resource.StringgroupPermissionAsString()The permissions that the group owner has to the resource.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResourceDownloadOwnerSetting.Builder>serializableBuilderClass()ResourceDownloadOwnerSetting.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
-
groupOwner
public final String 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:
- 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.
-
groupPermission
public final Permission groupPermission()
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).If the service returns an enum value that is not available in the current SDK version,
groupPermissionwill returnPermission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupPermissionAsString().- Returns:
- The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
- See Also:
Permission
-
groupPermissionAsString
public final String groupPermissionAsString()
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).If the service returns an enum value that is not available in the current SDK version,
groupPermissionwill returnPermission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupPermissionAsString().- Returns:
- The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
- See Also:
Permission
-
toBuilder
public ResourceDownloadOwnerSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceDownloadOwnerSetting.Builder,ResourceDownloadOwnerSetting>
-
builder
public static ResourceDownloadOwnerSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceDownloadOwnerSetting.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.
-
-