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 value to be set.- Returns:
this
-
fileSystemId
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder fileSystemId(String fileSystemId) - Parameters:
fileSystemId- the value to be set.- Returns:
this
-
linuxMountPoint
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder linuxMountPoint(String linuxMountPoint) - Parameters:
linuxMountPoint- the value to be set.- Returns:
this
-
windowsMountDrive
@Stability(Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder windowsMountDrive(String windowsMountDrive) - Parameters:
windowsMountDrive- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>- Returns:
- a new instance of
CfnStudioComponent.SharedFileSystemConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-