Class CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty>
- Enclosing interface:
CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty
@Stability(Stable)
public static final class CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty>
A builder for
CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappLifecycleManagement(CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty appLifecycleManagement) appLifecycleManagement(IResolvable appLifecycleManagement) build()Builds the configured instance.defaultResourceSpec(CfnSpacePropsMixin.ResourceSpecProperty defaultResourceSpec) defaultResourceSpec(IResolvable defaultResourceSpec)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appLifecycleManagement
@Stability(Stable) public CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder appLifecycleManagement(IResolvable appLifecycleManagement) - Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.- Returns:
this
-
appLifecycleManagement
@Stability(Stable) public CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder appLifecycleManagement(CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty appLifecycleManagement) - Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder defaultResourceSpec(IResolvable defaultResourceSpec) - Parameters:
defaultResourceSpec- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty.Builder defaultResourceSpec(CfnSpacePropsMixin.ResourceSpecProperty defaultResourceSpec) - Parameters:
defaultResourceSpec- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty>- Returns:
- a new instance of
CfnSpacePropsMixin.SpaceCodeEditorAppSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-