Class CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.m2.mixins.CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty>
- Enclosing interface:
CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty
@Stability(Stable)
public static final class CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty>
A builder for
CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) mountPoint(String mountPoint) Sets the value ofCfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.getMountPoint()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemId
@Stability(Stable) public CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.Builder fileSystemId(String fileSystemId) - Parameters:
fileSystemId- The file system identifier.- Returns:
this
-
mountPoint
@Stability(Stable) public CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.Builder mountPoint(String mountPoint) Sets the value ofCfnEnvironmentPropsMixin.EfsStorageConfigurationProperty.getMountPoint()- Parameters:
mountPoint- The mount point for the file system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty>- Returns:
- a new instance of
CfnEnvironmentPropsMixin.EfsStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-