Class CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty>
- Enclosing interface:
CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty
@Stability(Stable)
public static final class CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemConfig(CfnAppImageConfigPropsMixin.FileSystemConfigProperty fileSystemConfig) fileSystemConfig(IResolvable fileSystemConfig) kernelSpecs(List<? extends Object> kernelSpecs) kernelSpecs(IResolvable kernelSpecs)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemConfig
@Stability(Stable) public CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder fileSystemConfig(IResolvable fileSystemConfig) Sets the value ofCfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.getFileSystemConfig()- Parameters:
fileSystemConfig- The Amazon Elastic File System storage configuration for a SageMaker AI image.- Returns:
this
-
fileSystemConfig
@Stability(Stable) public CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder fileSystemConfig(CfnAppImageConfigPropsMixin.FileSystemConfigProperty fileSystemConfig) Sets the value ofCfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.getFileSystemConfig()- Parameters:
fileSystemConfig- The Amazon Elastic File System storage configuration for a SageMaker AI image.- Returns:
this
-
kernelSpecs
@Stability(Stable) public CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder kernelSpecs(IResolvable kernelSpecs) - Parameters:
kernelSpecs- The specification of the Jupyter kernels in the image.- Returns:
this
-
kernelSpecs
@Stability(Stable) public CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty.Builder kernelSpecs(List<? extends Object> kernelSpecs) - Parameters:
kernelSpecs- The specification of the Jupyter kernels in the image.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty>- Returns:
- a new instance of
CfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-