@Stability(value=Stable) public static final class CfnAppImageConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAppImageConfigProps>
CfnAppImageConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppImageConfigProps.Builder |
appImageConfigName(String appImageConfigName)
Sets the value of
CfnAppImageConfigProps.getAppImageConfigName() |
CfnAppImageConfigProps |
build()
Builds the configured instance.
|
CfnAppImageConfigProps.Builder |
kernelGatewayImageConfig(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig)
Sets the value of
CfnAppImageConfigProps.getKernelGatewayImageConfig() |
CfnAppImageConfigProps.Builder |
kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
Sets the value of
CfnAppImageConfigProps.getKernelGatewayImageConfig() |
CfnAppImageConfigProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAppImageConfigProps.getTags() |
@Stability(value=Stable) public CfnAppImageConfigProps.Builder appImageConfigName(String appImageConfigName)
CfnAppImageConfigProps.getAppImageConfigName()appImageConfigName - The name of the AppImageConfig. This parameter is required.
Must be unique to your account.this@Stability(value=Stable) public CfnAppImageConfigProps.Builder kernelGatewayImageConfig(CfnAppImageConfig.KernelGatewayImageConfigProperty kernelGatewayImageConfig)
CfnAppImageConfigProps.getKernelGatewayImageConfig()kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.this@Stability(value=Stable) public CfnAppImageConfigProps.Builder kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
CfnAppImageConfigProps.getKernelGatewayImageConfig()kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.this@Stability(value=Stable) public CfnAppImageConfigProps.Builder tags(List<? extends CfnTag> tags)
CfnAppImageConfigProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnAppImageConfigProps build()
build in interface software.amazon.jsii.Builder<CfnAppImageConfigProps>CfnAppImageConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.