Class CfnUserProfile.S3FileSystemConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.S3FileSystemConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.S3FileSystemConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.S3FileSystemConfigProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.S3FileSystemConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.S3FileSystemConfigProperty
An implementation for
CfnUserProfile.S3FileSystemConfigProperty
-
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.sagemaker.CfnUserProfile.S3FileSystemConfigProperty
CfnUserProfile.S3FileSystemConfigProperty.Builder, CfnUserProfile.S3FileSystemConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.S3FileSystemConfigProperty.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 file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.final String
getS3Uri()
The Amazon S3 URI of the S3 file system configuration.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.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.S3FileSystemConfigProperty.Builder
.
-
-
Method Details
-
getMountPath
Description copied from interface:CfnUserProfile.S3FileSystemConfigProperty
The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.- Specified by:
getMountPath
in interfaceCfnUserProfile.S3FileSystemConfigProperty
- See Also:
-
getS3Uri
Description copied from interface:CfnUserProfile.S3FileSystemConfigProperty
The Amazon S3 URI of the S3 file system configuration.- Specified by:
getS3Uri
in interfaceCfnUserProfile.S3FileSystemConfigProperty
- 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()
-