public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
extends java.lang.Object
CfnStudioComponent.SharedFileSystemConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStudioComponent.SharedFileSystemConfigurationProperty |
build()
Builds the configured instance.
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
endpoint(java.lang.String endpoint)
Sets the value of
CfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint() |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
fileSystemId(java.lang.String fileSystemId)
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
linuxMountPoint(java.lang.String linuxMountPoint)
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
shareName(java.lang.String shareName)
Sets the value of
CfnStudioComponent.SharedFileSystemConfigurationProperty.getShareName() |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
windowsMountDrive(java.lang.String windowsMountDrive)
|
public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder endpoint(java.lang.String endpoint)
CfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint()
endpoint
- The endpoint of the shared file system that is accessed by the studio component resource.this
public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder fileSystemId(java.lang.String fileSystemId)
fileSystemId
- The unique identifier for a file system.this
public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder linuxMountPoint(java.lang.String linuxMountPoint)
linuxMountPoint
- The mount location for a shared file system on a Linux virtual workstation.this
public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder shareName(java.lang.String shareName)
CfnStudioComponent.SharedFileSystemConfigurationProperty.getShareName()
shareName
- The name of the file share.this
public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder windowsMountDrive(java.lang.String windowsMountDrive)
windowsMountDrive
- The mount location for a shared file system on a Windows virtual workstation.this
public CfnStudioComponent.SharedFileSystemConfigurationProperty build()
CfnStudioComponent.SharedFileSystemConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided