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