Class CfnUserProfile.S3FileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnUserProfile.S3FileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfile.S3FileSystemConfigProperty>
- Enclosing interface:
CfnUserProfile.S3FileSystemConfigProperty
@Stability(Stable)
public static final class CfnUserProfile.S3FileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfile.S3FileSystemConfigProperty>
A builder for
CfnUserProfile.S3FileSystemConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnUserProfile.S3FileSystemConfigProperty.getMountPath()
Sets the value ofCfnUserProfile.S3FileSystemConfigProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mountPath
@Stability(Stable) public CfnUserProfile.S3FileSystemConfigProperty.Builder mountPath(String mountPath) Sets the value ofCfnUserProfile.S3FileSystemConfigProperty.getMountPath()
- Parameters:
mountPath
- The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.- Returns:
this
-
s3Uri
Sets the value ofCfnUserProfile.S3FileSystemConfigProperty.getS3Uri()
- Parameters:
s3Uri
- The Amazon S3 URI of the S3 file system configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUserProfile.S3FileSystemConfigProperty>
- Returns:
- a new instance of
CfnUserProfile.S3FileSystemConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-