public static interface ResourceDownloadOwnerSetting.Builder extends SdkPojo, CopyableBuilder<ResourceDownloadOwnerSetting.Builder,ResourceDownloadOwnerSetting>
| Modifier and Type | Method and Description |
|---|---|
ResourceDownloadOwnerSetting.Builder |
groupOwner(String groupOwner)
The group owner of the resource.
|
ResourceDownloadOwnerSetting.Builder |
groupPermission(Permission groupPermission)
The permissions that the group owner has to the resource.
|
ResourceDownloadOwnerSetting.Builder |
groupPermission(String groupPermission)
The permissions that the group owner has to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDownloadOwnerSetting.Builder groupOwner(String groupOwner)
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.ResourceDownloadOwnerSetting.Builder groupPermission(String groupPermission)
groupPermission - The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or
''ro'' (read-only).Permission,
PermissionResourceDownloadOwnerSetting.Builder groupPermission(Permission groupPermission)
groupPermission - The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or
''ro'' (read-only).Permission,
PermissionCopyright © 2022. All rights reserved.