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