public static final class CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty |
build()
Builds the configured instance.
|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder |
groupOwner(java.lang.String groupOwner)
|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder |
groupPermission(java.lang.String groupPermission)
|
public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder groupOwner(java.lang.String groupOwner)
groupOwner
- The group owner of the machine learning resource. This parameter is required.
This is the group ID (GID) of an existing Linux OS group on the system. The group's permissions are added to the Lambda process.this
public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder groupPermission(java.lang.String groupPermission)
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.getGroupPermission()
groupPermission
- The permissions that the group owner has to the machine learning resource. This parameter is required.
Valid values are rw
(read-write) or ro
(read-only).this
public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty build()
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty
java.lang.NullPointerException
- if any required attribute was not provided