Class CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty>
- Enclosing interface:
CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty
@Stability(Stable)
public static final class CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) linuxMountPoint(String linuxMountPoint) windowsMountDrive(String windowsMountDrive)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpoint
@Stability(Stable) public CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder endpoint(String endpoint) - Parameters:
endpoint- the value to be set.- Returns:
this
-
fileSystemId
@Stability(Stable) public CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder fileSystemId(String fileSystemId) Sets the value ofCfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.getFileSystemId()- Parameters:
fileSystemId- the value to be set.- Returns:
this
-
linuxMountPoint
@Stability(Stable) public CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder linuxMountPoint(String linuxMountPoint) Sets the value ofCfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.getLinuxMountPoint()- Parameters:
linuxMountPoint- the value to be set.- Returns:
this
-
windowsMountDrive
@Stability(Stable) public CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.Builder windowsMountDrive(String windowsMountDrive) Sets the value ofCfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty.getWindowsMountDrive()- Parameters:
windowsMountDrive- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty>- Returns:
- a new instance of
CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-