Class CfnDomain.S3FileSystemConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.S3FileSystemConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDomain.S3FileSystemConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomain.S3FileSystemConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.S3FileSystemConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.S3FileSystemConfigProperty
An implementation for 
CfnDomain.S3FileSystemConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnDomain.S3FileSystemConfigPropertyCfnDomain.S3FileSystemConfigProperty.Builder, CfnDomain.S3FileSystemConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.S3FileSystemConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.final StringgetS3Uri()The Amazon S3 URI of the S3 file system configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnDomain.S3FileSystemConfigProperty.Builder.
 
- 
- 
Method Details- 
getMountPathDescription copied from interface:CfnDomain.S3FileSystemConfigPropertyThe file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.- Specified by:
- getMountPathin interface- CfnDomain.S3FileSystemConfigProperty
- See Also:
 
- 
getS3UriDescription copied from interface:CfnDomain.S3FileSystemConfigPropertyThe Amazon S3 URI of the S3 file system configuration.- Specified by:
- getS3Uriin interface- CfnDomain.S3FileSystemConfigProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-