Class CfnClusterPropsMixin.EnvironmentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.EnvironmentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.EnvironmentConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.EnvironmentConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.EnvironmentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.EnvironmentConfigProperty>
A builder for
CfnClusterPropsMixin.EnvironmentConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fSxLustreConfig(CfnClusterPropsMixin.FSxLustreConfigProperty fSxLustreConfig) Sets the value ofCfnClusterPropsMixin.EnvironmentConfigProperty.getFSxLustreConfig()fSxLustreConfig(IResolvable fSxLustreConfig) Sets the value ofCfnClusterPropsMixin.EnvironmentConfigProperty.getFSxLustreConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fSxLustreConfig
@Stability(Stable) public CfnClusterPropsMixin.EnvironmentConfigProperty.Builder fSxLustreConfig(IResolvable fSxLustreConfig) Sets the value ofCfnClusterPropsMixin.EnvironmentConfigProperty.getFSxLustreConfig()- Parameters:
fSxLustreConfig- Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.- Returns:
this
-
fSxLustreConfig
@Stability(Stable) public CfnClusterPropsMixin.EnvironmentConfigProperty.Builder fSxLustreConfig(CfnClusterPropsMixin.FSxLustreConfigProperty fSxLustreConfig) Sets the value ofCfnClusterPropsMixin.EnvironmentConfigProperty.getFSxLustreConfig()- Parameters:
fSxLustreConfig- Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.EnvironmentConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.EnvironmentConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-