Class CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioComponent.SharedFileSystemConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioComponent.SharedFileSystemConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioComponent.SharedFileSystemConfigurationProperty
An implementation for
CfnStudioComponent.SharedFileSystemConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder, CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The endpoint of the shared file system that is accessed by the studio component resource.final String
The unique identifier for a file system.final String
The mount location for a shared file system on a Linux virtual workstation.final String
The name of the file share.final String
The mount location for a shared file system on a Windows virtual workstation.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationProperty
The endpoint of the shared file system that is accessed by the studio component resource.- Specified by:
getEndpoint
in interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
- See Also:
-
getFileSystemId
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationProperty
The unique identifier for a file system.- Specified by:
getFileSystemId
in interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
- See Also:
-
getLinuxMountPoint
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationProperty
The mount location for a shared file system on a Linux virtual workstation.- Specified by:
getLinuxMountPoint
in interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
- See Also:
-
getWindowsMountDrive
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationProperty
The mount location for a shared file system on a Windows virtual workstation.- Specified by:
getWindowsMountDrive
in interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-