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()
-
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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfile.CustomFileSystemConfigProperty>- Returns:
- a new instance of
CfnUserProfile.CustomFileSystemConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-