Class CfnEnvironment.EfsStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.m2.CfnEnvironment.EfsStorageConfigurationProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnEnvironment.EfsStorageConfigurationProperty>
- Enclosing interface:
- CfnEnvironment.EfsStorageConfigurationProperty
@Stability(Stable)
public static final class CfnEnvironment.EfsStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironment.EfsStorageConfigurationProperty>
A builder for 
CfnEnvironment.EfsStorageConfigurationProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) Sets the value ofCfnEnvironment.EfsStorageConfigurationProperty.getFileSystemId()mountPoint(String mountPoint) Sets the value ofCfnEnvironment.EfsStorageConfigurationProperty.getMountPoint()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
fileSystemId@Stability(Stable) public CfnEnvironment.EfsStorageConfigurationProperty.Builder fileSystemId(String fileSystemId) Sets the value ofCfnEnvironment.EfsStorageConfigurationProperty.getFileSystemId()- Parameters:
- fileSystemId- The file system identifier. This parameter is required.
- Returns:
- this
 
- 
mountPoint@Stability(Stable) public CfnEnvironment.EfsStorageConfigurationProperty.Builder mountPoint(String mountPoint) Sets the value ofCfnEnvironment.EfsStorageConfigurationProperty.getMountPoint()- Parameters:
- mountPoint- The mount point for the file system. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnEnvironment.EfsStorageConfigurationProperty>
- Returns:
- a new instance of CfnEnvironment.EfsStorageConfigurationProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-