Class CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>
- Enclosing interface:
- CfnStudioComponent.SharedFileSystemConfigurationProperty
@Stability(Stable)
public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>
A builder for
CfnStudioComponent.SharedFileSystemConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint()
fileSystemId
(String fileSystemId) linuxMountPoint
(String linuxMountPoint) Sets the value ofCfnStudioComponent.SharedFileSystemConfigurationProperty.getShareName()
windowsMountDrive
(String windowsMountDrive)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpoint
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder endpoint(String endpoint) Sets the value ofCfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint()
- Parameters:
endpoint
- The endpoint of the shared file system that is accessed by the studio component resource.- Returns:
this
-
fileSystemId
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder fileSystemId(String fileSystemId) - Parameters:
fileSystemId
- The unique identifier for a file system.- Returns:
this
-
linuxMountPoint
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder linuxMountPoint(String linuxMountPoint) - Parameters:
linuxMountPoint
- The mount location for a shared file system on a Linux virtual workstation.- Returns:
this
-
windowsMountDrive
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder windowsMountDrive(String windowsMountDrive) - Parameters:
windowsMountDrive
- The mount location for a shared file system on a Windows virtual workstation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>
- Returns:
- a new instance of
CfnStudioComponent.SharedFileSystemConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-