Class CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) fileSystemPath(String fileSystemPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemId
@Stability(Stable) public CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Builder fileSystemId(String fileSystemId) - Parameters:
fileSystemId- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.- Returns:
this
-
fileSystemPath
@Stability(Stable) public CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty.Builder fileSystemPath(String fileSystemPath) - 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-