public static final class CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder
extends java.lang.Object
CfnResourceDefinition.LocalVolumeResourceDataProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResourceDefinition.LocalVolumeResourceDataProperty |
build()
Builds the configured instance.
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
destinationPath(java.lang.String destinationPath)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
groupOwnerSetting(CfnResourceDefinition.GroupOwnerSettingProperty groupOwnerSetting)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
sourcePath(java.lang.String sourcePath)
Sets the value of
CfnResourceDefinition.LocalVolumeResourceDataProperty.getSourcePath() |
public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder destinationPath(java.lang.String destinationPath)
destinationPath
- The absolute local path of the resource in the Lambda environment. This parameter is required.this
public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder sourcePath(java.lang.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
public CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder groupOwnerSetting(IResolvable groupOwnerSetting)
groupOwnerSetting
- Settings that define additional Linux OS group permissions to give to the Lambda function process.this
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
public CfnResourceDefinition.LocalVolumeResourceDataProperty build()
CfnResourceDefinition.LocalVolumeResourceDataProperty
java.lang.NullPointerException
- if any required attribute was not provided