Class CfnAppImageConfig.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnAppImageConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppImageConfig>
- Enclosing class:
CfnAppImageConfig
@Stability(Stable)
public static final class CfnAppImageConfig.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppImageConfig>
A fluent builder for
CfnAppImageConfig
.-
Method Summary
Modifier and TypeMethodDescriptionappImageConfigName
(String appImageConfigName) The name of the AppImageConfig.build()
codeEditorAppImageConfig
(IResolvable codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.codeEditorAppImageConfig
(CfnAppImageConfig.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.static CfnAppImageConfig.Builder
jupyterLabAppImageConfig
(IResolvable jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.jupyterLabAppImageConfig
(CfnAppImageConfig.JupyterLabAppImageConfigProperty jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.kernelGatewayImageConfig
(IResolvable kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.kernelGatewayImageConfig
(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnAppImageConfig.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAppImageConfig.Builder
.
-
appImageConfigName
The name of the AppImageConfig.Must be unique to your account.
- Parameters:
appImageConfigName
- The name of the AppImageConfig. This parameter is required.- Returns:
this
- See Also:
-
codeEditorAppImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder codeEditorAppImageConfig(IResolvable codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.- Parameters:
codeEditorAppImageConfig
- The configuration for the file system and the runtime, such as the environment variables and entry point. This parameter is required.- Returns:
this
- See Also:
-
codeEditorAppImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder codeEditorAppImageConfig(CfnAppImageConfig.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.- Parameters:
codeEditorAppImageConfig
- The configuration for the file system and the runtime, such as the environment variables and entry point. This parameter is required.- Returns:
this
- See Also:
-
jupyterLabAppImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder jupyterLabAppImageConfig(IResolvable jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.- Parameters:
jupyterLabAppImageConfig
- The configuration for the file system and the runtime, such as the environment variables and entry point. This parameter is required.- Returns:
this
- See Also:
-
jupyterLabAppImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder jupyterLabAppImageConfig(CfnAppImageConfig.JupyterLabAppImageConfigProperty jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.- Parameters:
jupyterLabAppImageConfig
- The configuration for the file system and the runtime, such as the environment variables and entry point. This parameter is required.- Returns:
this
- See Also:
-
kernelGatewayImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.- Parameters:
kernelGatewayImageConfig
- The configuration for the file system and kernels in the SageMaker image. This parameter is required.- Returns:
this
- See Also:
-
kernelGatewayImageConfig
@Stability(Stable) public CfnAppImageConfig.Builder kernelGatewayImageConfig(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker image.- Parameters:
kernelGatewayImageConfig
- The configuration for the file system and kernels in the SageMaker image. This parameter is required.- Returns:
this
- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAppImageConfig>
- Returns:
- a newly built instance of
CfnAppImageConfig
.
-