Class CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty>
A builder for
CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappLifecycleManagement(CfnUserProfilePropsMixin.AppLifecycleManagementProperty appLifecycleManagement) appLifecycleManagement(IResolvable appLifecycleManagement) build()Builds the configured instance.builtInLifecycleConfigArn(String builtInLifecycleConfigArn) customImages(List<? extends Object> customImages) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getCustomImages()customImages(IResolvable customImages) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getCustomImages()defaultResourceSpec(CfnUserProfilePropsMixin.ResourceSpecProperty defaultResourceSpec) defaultResourceSpec(IResolvable defaultResourceSpec) lifecycleConfigArns(List<String> lifecycleConfigArns)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appLifecycleManagement
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder appLifecycleManagement(IResolvable appLifecycleManagement) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getAppLifecycleManagement()- Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of CodeEditor applications.- Returns:
this
-
appLifecycleManagement
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder appLifecycleManagement(CfnUserProfilePropsMixin.AppLifecycleManagementProperty appLifecycleManagement) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getAppLifecycleManagement()- Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of CodeEditor applications.- Returns:
this
-
builtInLifecycleConfigArn
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder builtInLifecycleConfigArn(String builtInLifecycleConfigArn) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getBuiltInLifecycleConfigArn()- Parameters:
builtInLifecycleConfigArn- The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.- Returns:
this
-
customImages
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder customImages(IResolvable customImages) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getCustomImages()- Parameters:
customImages- A list of custom SageMaker images that are configured to run as a Code Editor app.- Returns:
this
-
customImages
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder customImages(List<? extends Object> customImages) Sets the value ofCfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.getCustomImages()- Parameters:
customImages- A list of custom SageMaker images that are configured to run as a Code Editor app.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder defaultResourceSpec(IResolvable defaultResourceSpec) - Parameters:
defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the Code Editor app.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder defaultResourceSpec(CfnUserProfilePropsMixin.ResourceSpecProperty defaultResourceSpec) - Parameters:
defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the Code Editor app.- Returns:
this
-
lifecycleConfigArns
@Stability(Stable) public CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty.Builder lifecycleConfigArns(List<String> lifecycleConfigArns) - Parameters:
lifecycleConfigArns- The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.CodeEditorAppSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-