Class CfnAppImageConfigMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppImageConfigMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppImageConfigMixinProps>
- Enclosing interface:
CfnAppImageConfigMixinProps
@Stability(Stable)
public static final class CfnAppImageConfigMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppImageConfigMixinProps>
A builder for
CfnAppImageConfigMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappImageConfigName(String appImageConfigName) Sets the value ofCfnAppImageConfigMixinProps.getAppImageConfigName()build()Builds the configured instance.codeEditorAppImageConfig(CfnAppImageConfigPropsMixin.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getCodeEditorAppImageConfig()codeEditorAppImageConfig(IResolvable codeEditorAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getCodeEditorAppImageConfig()jupyterLabAppImageConfig(CfnAppImageConfigPropsMixin.JupyterLabAppImageConfigProperty jupyterLabAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getJupyterLabAppImageConfig()jupyterLabAppImageConfig(IResolvable jupyterLabAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getJupyterLabAppImageConfig()kernelGatewayImageConfig(CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty kernelGatewayImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getKernelGatewayImageConfig()kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getKernelGatewayImageConfig()Sets the value ofCfnAppImageConfigMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appImageConfigName
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder appImageConfigName(String appImageConfigName) Sets the value ofCfnAppImageConfigMixinProps.getAppImageConfigName()- Parameters:
appImageConfigName- The name of the AppImageConfig. Must be unique to your account.- Returns:
this
-
codeEditorAppImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder codeEditorAppImageConfig(IResolvable codeEditorAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getCodeEditorAppImageConfig()- Parameters:
codeEditorAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.- Returns:
this
-
codeEditorAppImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder codeEditorAppImageConfig(CfnAppImageConfigPropsMixin.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getCodeEditorAppImageConfig()- Parameters:
codeEditorAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.- Returns:
this
-
jupyterLabAppImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder jupyterLabAppImageConfig(IResolvable jupyterLabAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getJupyterLabAppImageConfig()- Parameters:
jupyterLabAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.- Returns:
this
-
jupyterLabAppImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder jupyterLabAppImageConfig(CfnAppImageConfigPropsMixin.JupyterLabAppImageConfigProperty jupyterLabAppImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getJupyterLabAppImageConfig()- Parameters:
jupyterLabAppImageConfig- The configuration for the file system and the runtime, such as the environment variables and entry point.- Returns:
this
-
kernelGatewayImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getKernelGatewayImageConfig()- Parameters:
kernelGatewayImageConfig- The configuration for the file system and kernels in the SageMaker AI image.- Returns:
this
-
kernelGatewayImageConfig
@Stability(Stable) public CfnAppImageConfigMixinProps.Builder kernelGatewayImageConfig(CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty kernelGatewayImageConfig) Sets the value ofCfnAppImageConfigMixinProps.getKernelGatewayImageConfig()- Parameters:
kernelGatewayImageConfig- The configuration for the file system and kernels in the SageMaker AI image.- Returns:
this
-
tags
Sets the value ofCfnAppImageConfigMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppImageConfigMixinProps>- Returns:
- a new instance of
CfnAppImageConfigMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-