Class CfnUserProfile.EFSFileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnUserProfile.EFSFileSystemConfigProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnUserProfile.EFSFileSystemConfigProperty>
- Enclosing interface:
- CfnUserProfile.EFSFileSystemConfigProperty
@Stability(Stable)
public static final class CfnUserProfile.EFSFileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfile.EFSFileSystemConfigProperty>
A builder for 
CfnUserProfile.EFSFileSystemConfigProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) Sets the value ofCfnUserProfile.EFSFileSystemConfigProperty.getFileSystemId()fileSystemPath(String fileSystemPath) Sets the value ofCfnUserProfile.EFSFileSystemConfigProperty.getFileSystemPath()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
fileSystemId@Stability(Stable) public CfnUserProfile.EFSFileSystemConfigProperty.Builder fileSystemId(String fileSystemId) Sets the value ofCfnUserProfile.EFSFileSystemConfigProperty.getFileSystemId()- Parameters:
- fileSystemId- The ID of your Amazon EFS file system. This parameter is required.
- Returns:
- this
 
- 
fileSystemPath@Stability(Stable) public CfnUserProfile.EFSFileSystemConfigProperty.Builder fileSystemPath(String fileSystemPath) Sets the value ofCfnUserProfile.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
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnUserProfile.EFSFileSystemConfigProperty>
- Returns:
- a new instance of CfnUserProfile.EFSFileSystemConfigProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-