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