@Stability(value=Stable) public static final class CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty |
build()
Builds the configured instance.
|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder |
groupOwner(String groupOwner)
|
CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder |
groupPermission(String groupPermission)
|
@Stability(value=Stable) public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder groupOwner(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@Stability(value=Stable) public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty.Builder groupPermission(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@Stability(value=Stable) public CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty>CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.