Class CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty>
- Enclosing interface:
CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty
@Stability(Stable)
public static final class CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty>
A builder for
CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappLifecycleManagement(CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty appLifecycleManagement) appLifecycleManagement(IResolvable appLifecycleManagement) build()Builds the configured instance.codeRepositories(List<? extends Object> codeRepositories) codeRepositories(IResolvable codeRepositories) defaultResourceSpec(CfnSpacePropsMixin.ResourceSpecProperty defaultResourceSpec) defaultResourceSpec(IResolvable defaultResourceSpec)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appLifecycleManagement
@Stability(Stable) public CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder appLifecycleManagement(IResolvable appLifecycleManagement) - Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.- Returns:
this
-
appLifecycleManagement
@Stability(Stable) public CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder appLifecycleManagement(CfnSpacePropsMixin.SpaceAppLifecycleManagementProperty appLifecycleManagement) - Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.- Returns:
this
-
codeRepositories
@Stability(Stable) public CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder codeRepositories(IResolvable codeRepositories) - Parameters:
codeRepositories- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.- Returns:
this
-
codeRepositories
@Stability(Stable) public CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.Builder codeRepositories(List<? extends Object> codeRepositories) - Parameters:
codeRepositories- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty.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.SpaceJupyterLabAppSettingsProperty.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.SpaceJupyterLabAppSettingsProperty>- Returns:
- a new instance of
CfnSpacePropsMixin.SpaceJupyterLabAppSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-