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