Class CfnAppImageConfigPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppImageConfigPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppImageConfigPropsMixin>
- Enclosing class:
CfnAppImageConfigPropsMixin
@Stability(Stable)
public static final class CfnAppImageConfigPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppImageConfigPropsMixin>
A fluent builder for
CfnAppImageConfigPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionappImageConfigName(String appImageConfigName) The name of the AppImageConfig.build()codeEditorAppImageConfig(CfnAppImageConfigPropsMixin.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.codeEditorAppImageConfig(IResolvable codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.create()create(CfnPropertyMixinOptions options) jupyterLabAppImageConfig(CfnAppImageConfigPropsMixin.JupyterLabAppImageConfigProperty jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.jupyterLabAppImageConfig(IResolvable jupyterLabAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.kernelGatewayImageConfig(CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker AI image.kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker AI image.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnAppImageConfigPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAppImageConfigPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAppImageConfigPropsMixin.Builder.
-
appImageConfigName
@Stability(Stable) public CfnAppImageConfigPropsMixin.Builder appImageConfigName(String 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 CfnAppImageConfigPropsMixin.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 CfnAppImageConfigPropsMixin.Builder codeEditorAppImageConfig(CfnAppImageConfigPropsMixin.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 CfnAppImageConfigPropsMixin.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 CfnAppImageConfigPropsMixin.Builder jupyterLabAppImageConfig(CfnAppImageConfigPropsMixin.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 CfnAppImageConfigPropsMixin.Builder kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker AI image.- Parameters:
kernelGatewayImageConfig- The configuration for the file system and kernels in the SageMaker AI image. This parameter is required.- Returns:
this- See Also:
-
kernelGatewayImageConfig
@Stability(Stable) public CfnAppImageConfigPropsMixin.Builder kernelGatewayImageConfig(CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty kernelGatewayImageConfig) The configuration for the file system and kernels in the SageMaker AI image.- Parameters:
kernelGatewayImageConfig- The configuration for the file system and kernels in the SageMaker AI 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppImageConfigPropsMixin>- Returns:
- a newly built instance of
CfnAppImageConfigPropsMixin.
-