Class CfnSpace.S3FileSystemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnSpace.S3FileSystemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpace.S3FileSystemProperty>
- Enclosing interface:
CfnSpace.S3FileSystemProperty
@Stability(Stable)
public static final class CfnSpace.S3FileSystemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpace.S3FileSystemProperty>
A builder for
CfnSpace.S3FileSystemProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnSpace.S3FileSystemProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
Sets the value ofCfnSpace.S3FileSystemProperty.getS3Uri()
- Parameters:
s3Uri
- The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example:s3://<bucket-name>/<prefix>/
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSpace.S3FileSystemProperty>
- Returns:
- a new instance of
CfnSpace.S3FileSystemProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-