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