Class CfnDomain.S3FileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDomain.S3FileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.S3FileSystemConfigProperty>
- Enclosing interface:
CfnDomain.S3FileSystemConfigProperty
@Stability(Stable)
public static final class CfnDomain.S3FileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.S3FileSystemConfigProperty>
A builder for
CfnDomain.S3FileSystemConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDomain.S3FileSystemConfigProperty.getMountPath()
Sets the value ofCfnDomain.S3FileSystemConfigProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mountPath
Sets the value ofCfnDomain.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 ofCfnDomain.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<CfnDomain.S3FileSystemConfigProperty>
- Returns:
- a new instance of
CfnDomain.S3FileSystemConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-