Class CfnUserProfile.CustomFileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnUserProfile.CustomFileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfile.CustomFileSystemConfigProperty>
- Enclosing interface:
CfnUserProfile.CustomFileSystemConfigProperty
@Stability(Stable)
public static final class CfnUserProfile.CustomFileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfile.CustomFileSystemConfigProperty>
A builder for
CfnUserProfile.CustomFileSystemConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.efsFileSystemConfig
(IResolvable efsFileSystemConfig) Sets the value ofCfnUserProfile.CustomFileSystemConfigProperty.getEfsFileSystemConfig()
efsFileSystemConfig
(CfnUserProfile.EFSFileSystemConfigProperty efsFileSystemConfig) Sets the value ofCfnUserProfile.CustomFileSystemConfigProperty.getEfsFileSystemConfig()
fSxLustreFileSystemConfig
(IResolvable fSxLustreFileSystemConfig) fSxLustreFileSystemConfig
(CfnUserProfile.FSxLustreFileSystemConfigProperty fSxLustreFileSystemConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
efsFileSystemConfig
@Stability(Stable) public CfnUserProfile.CustomFileSystemConfigProperty.Builder efsFileSystemConfig(IResolvable efsFileSystemConfig) Sets the value ofCfnUserProfile.CustomFileSystemConfigProperty.getEfsFileSystemConfig()
- Parameters:
efsFileSystemConfig
- The settings for a custom Amazon EFS file system.- Returns:
this
-
efsFileSystemConfig
@Stability(Stable) public CfnUserProfile.CustomFileSystemConfigProperty.Builder efsFileSystemConfig(CfnUserProfile.EFSFileSystemConfigProperty efsFileSystemConfig) Sets the value ofCfnUserProfile.CustomFileSystemConfigProperty.getEfsFileSystemConfig()
- Parameters:
efsFileSystemConfig
- The settings for a custom Amazon EFS file system.- Returns:
this
-
fSxLustreFileSystemConfig
@Stability(Stable) public CfnUserProfile.CustomFileSystemConfigProperty.Builder fSxLustreFileSystemConfig(IResolvable fSxLustreFileSystemConfig) - Parameters:
fSxLustreFileSystemConfig
- The settings for a custom Amazon FSx for Lustre file system.- Returns:
this
-
fSxLustreFileSystemConfig
@Stability(Stable) public CfnUserProfile.CustomFileSystemConfigProperty.Builder fSxLustreFileSystemConfig(CfnUserProfile.FSxLustreFileSystemConfigProperty fSxLustreFileSystemConfig) - Parameters:
fSxLustreFileSystemConfig
- The settings for a custom Amazon FSx for Lustre file system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUserProfile.CustomFileSystemConfigProperty>
- Returns:
- a new instance of
CfnUserProfile.CustomFileSystemConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-