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()static CfnAppImageConfig.BuilderkernelGatewayImageConfig(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
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- 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
-
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
-
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
-
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
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppImageConfig>- Returns:
- a newly built instance of
CfnAppImageConfig.
-