Class CfnFunctionPropsMixin.FileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sam.mixins.CfnFunctionPropsMixin.FileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionPropsMixin.FileSystemConfigProperty>
- Enclosing interface:
CfnFunctionPropsMixin.FileSystemConfigProperty
@Stability(Stable)
public static final class CfnFunctionPropsMixin.FileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionPropsMixin.FileSystemConfigProperty>
A builder for
CfnFunctionPropsMixin.FileSystemConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnFunctionPropsMixin.FileSystemConfigProperty.getArn()build()Builds the configured instance.localMountPath(String localMountPath) Sets the value ofCfnFunctionPropsMixin.FileSystemConfigProperty.getLocalMountPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnFunctionPropsMixin.FileSystemConfigProperty.getArn()- Parameters:
arn- the value to be set.- Returns:
this
-
localMountPath
@Stability(Stable) public CfnFunctionPropsMixin.FileSystemConfigProperty.Builder localMountPath(String localMountPath) Sets the value ofCfnFunctionPropsMixin.FileSystemConfigProperty.getLocalMountPath()- Parameters:
localMountPath- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionPropsMixin.FileSystemConfigProperty>- Returns:
- a new instance of
CfnFunctionPropsMixin.FileSystemConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-