@Stability(value=Stable) public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>
CfnStudioComponent.SharedFileSystemConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStudioComponent.SharedFileSystemConfigurationProperty |
build()
Builds the configured instance.
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
endpoint(String endpoint)
Sets the value of
CfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint() |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
fileSystemId(String fileSystemId)
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
linuxMountPoint(String linuxMountPoint)
|
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
shareName(String shareName)
Sets the value of
CfnStudioComponent.SharedFileSystemConfigurationProperty.getShareName() |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
windowsMountDrive(String windowsMountDrive)
|
@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder endpoint(String endpoint)
CfnStudioComponent.SharedFileSystemConfigurationProperty.getEndpoint()endpoint - The endpoint of the shared file system that is accessed by the studio component resource.this@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder fileSystemId(String fileSystemId)
fileSystemId - The unique identifier for a file system.this@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder linuxMountPoint(String linuxMountPoint)
linuxMountPoint - The mount location for a shared file system on a Linux virtual workstation.this@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder shareName(String shareName)
CfnStudioComponent.SharedFileSystemConfigurationProperty.getShareName()shareName - The name of the file share.this@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder windowsMountDrive(String windowsMountDrive)
windowsMountDrive - The mount location for a shared file system on a Windows virtual workstation.this@Stability(value=Stable) public CfnStudioComponent.SharedFileSystemConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStudioComponent.SharedFileSystemConfigurationProperty>CfnStudioComponent.SharedFileSystemConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.