@Stability(value=Stable) public static final class CfnAppImageConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnAppImageConfig>
CfnAppImageConfig.| Modifier and Type | Method and Description |
|---|---|
CfnAppImageConfig.Builder |
appImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
CfnAppImageConfig |
build() |
static CfnAppImageConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAppImageConfig.Builder |
kernelGatewayImageConfig(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
CfnAppImageConfig.Builder |
kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
CfnAppImageConfig.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnAppImageConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAppImageConfig.FileSystemConfigProperty.Builder.@Stability(value=Stable) public CfnAppImageConfig.Builder appImageConfigName(String appImageConfigName)
Must be unique to your account.
appImageConfigName - The name of the AppImageConfig. This parameter is required.this@Stability(value=Stable) public CfnAppImageConfig.Builder kernelGatewayImageConfig(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig)
kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image. This parameter is required.this@Stability(value=Stable) public CfnAppImageConfig.Builder kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image. This parameter is required.this@Stability(value=Stable) public CfnAppImageConfig.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnAppImageConfig build()
build in interface software.amazon.jsii.Builder<CfnAppImageConfig>Copyright © 2022. All rights reserved.