Class CfnDomainPropsMixin.EFSFileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.EFSFileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.EFSFileSystemConfigProperty>
- Enclosing interface:
CfnDomainPropsMixin.EFSFileSystemConfigProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.EFSFileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.EFSFileSystemConfigProperty>
A builder for
CfnDomainPropsMixin.EFSFileSystemConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) Sets the value ofCfnDomainPropsMixin.EFSFileSystemConfigProperty.getFileSystemId()fileSystemPath(String fileSystemPath) Sets the value ofCfnDomainPropsMixin.EFSFileSystemConfigProperty.getFileSystemPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemId
@Stability(Stable) public CfnDomainPropsMixin.EFSFileSystemConfigProperty.Builder fileSystemId(String fileSystemId) Sets the value ofCfnDomainPropsMixin.EFSFileSystemConfigProperty.getFileSystemId()- Parameters:
fileSystemId- The ID of your Amazon EFS file system.- Returns:
this
-
fileSystemPath
@Stability(Stable) public CfnDomainPropsMixin.EFSFileSystemConfigProperty.Builder fileSystemPath(String fileSystemPath) Sets the value ofCfnDomainPropsMixin.EFSFileSystemConfigProperty.getFileSystemPath()- Parameters:
fileSystemPath- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.EFSFileSystemConfigProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.EFSFileSystemConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-