@Stability(value=Stable) public static final class CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinition.LocalVolumeResourceDataProperty>
CfnResourceDefinition.LocalVolumeResourceDataProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefinition.LocalVolumeResourceDataProperty |
build()
Builds the configured instance.
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
destinationPath(String destinationPath)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
groupOwnerSetting(CfnResourceDefinition.GroupOwnerSettingProperty groupOwnerSetting)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
sourcePath(String sourcePath)
Sets the value of
CfnResourceDefinition.LocalVolumeResourceDataProperty.getSourcePath() |
@Stability(value=Stable) public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder destinationPath(String destinationPath)
destinationPath - The absolute local path of the resource in the Lambda environment. This parameter is required.this@Stability(value=Stable) public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder sourcePath(String sourcePath)
CfnResourceDefinition.LocalVolumeResourceDataProperty.getSourcePath()sourcePath - The local absolute path of the volume resource on the host. This parameter is required.
The source path for a volume resource type cannot start with /sys .this@Stability(value=Stable) public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder groupOwnerSetting(CfnResourceDefinition.GroupOwnerSettingProperty groupOwnerSetting)
groupOwnerSetting - Settings that define additional Linux OS group permissions to give to the Lambda function process.this@Stability(value=Stable) public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder groupOwnerSetting(IResolvable groupOwnerSetting)
groupOwnerSetting - Settings that define additional Linux OS group permissions to give to the Lambda function process.this@Stability(value=Stable) public CfnResourceDefinition.LocalVolumeResourceDataProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDefinition.LocalVolumeResourceDataProperty>CfnResourceDefinition.LocalVolumeResourceDataPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.