@Stability(value=Stable) public static final class CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinitionVersion.GroupOwnerSettingProperty>
CfnResourceDefinitionVersion.GroupOwnerSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder |
autoAddGroupOwner(Boolean autoAddGroupOwner)
|
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder |
autoAddGroupOwner(IResolvable autoAddGroupOwner)
|
CfnResourceDefinitionVersion.GroupOwnerSettingProperty |
build()
Builds the configured instance.
|
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder |
groupOwner(String groupOwner)
Sets the value of
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.getGroupOwner() |
@Stability(value=Stable) public CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder autoAddGroupOwner(Boolean autoAddGroupOwner)
autoAddGroupOwner - Indicates whether to give the privileges of the Linux group that owns the resource to the Lambda process. This parameter is required.
This gives the Lambda process the file access permissions of the Linux group.this@Stability(value=Stable) public CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder autoAddGroupOwner(IResolvable autoAddGroupOwner)
autoAddGroupOwner - Indicates whether to give the privileges of the Linux group that owns the resource to the Lambda process. This parameter is required.
This gives the Lambda process the file access permissions of the Linux group.this@Stability(value=Stable) public CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder groupOwner(String groupOwner)
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.getGroupOwner()groupOwner - The name of the Linux group whose privileges you want to add to the Lambda process.
This value is ignored if AutoAddGroupOwner is true.this@Stability(value=Stable) public CfnResourceDefinitionVersion.GroupOwnerSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDefinitionVersion.GroupOwnerSettingProperty>CfnResourceDefinitionVersion.GroupOwnerSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.