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