Class CfnSpacePropsMixin.CustomFileSystemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.CustomFileSystemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin.CustomFileSystemProperty>
- Enclosing interface:
CfnSpacePropsMixin.CustomFileSystemProperty
@Stability(Stable)
public static final class CfnSpacePropsMixin.CustomFileSystemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin.CustomFileSystemProperty>
A builder for
CfnSpacePropsMixin.CustomFileSystemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.efsFileSystem(CfnSpacePropsMixin.EFSFileSystemProperty efsFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getEfsFileSystem()efsFileSystem(IResolvable efsFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getEfsFileSystem()fSxLustreFileSystem(CfnSpacePropsMixin.FSxLustreFileSystemProperty fSxLustreFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getFSxLustreFileSystem()fSxLustreFileSystem(IResolvable fSxLustreFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getFSxLustreFileSystem()s3FileSystem(CfnSpacePropsMixin.S3FileSystemProperty s3FileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getS3FileSystem()s3FileSystem(IResolvable s3FileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getS3FileSystem()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
efsFileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder efsFileSystem(IResolvable efsFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getEfsFileSystem()- Parameters:
efsFileSystem- A custom file system in Amazon EFS.- Returns:
this
-
efsFileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder efsFileSystem(CfnSpacePropsMixin.EFSFileSystemProperty efsFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getEfsFileSystem()- Parameters:
efsFileSystem- A custom file system in Amazon EFS.- Returns:
this
-
fSxLustreFileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder fSxLustreFileSystem(IResolvable fSxLustreFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getFSxLustreFileSystem()- Parameters:
fSxLustreFileSystem- A custom file system in Amazon FSx for Lustre.- Returns:
this
-
fSxLustreFileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder fSxLustreFileSystem(CfnSpacePropsMixin.FSxLustreFileSystemProperty fSxLustreFileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getFSxLustreFileSystem()- Parameters:
fSxLustreFileSystem- A custom file system in Amazon FSx for Lustre.- Returns:
this
-
s3FileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder s3FileSystem(IResolvable s3FileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getS3FileSystem()- Parameters:
s3FileSystem- A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.- Returns:
this
-
s3FileSystem
@Stability(Stable) public CfnSpacePropsMixin.CustomFileSystemProperty.Builder s3FileSystem(CfnSpacePropsMixin.S3FileSystemProperty s3FileSystem) Sets the value ofCfnSpacePropsMixin.CustomFileSystemProperty.getS3FileSystem()- Parameters:
s3FileSystem- A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpacePropsMixin.CustomFileSystemProperty>- Returns:
- a new instance of
CfnSpacePropsMixin.CustomFileSystemProperty - Throws:
NullPointerException- if any required attribute was not provided
-