Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnAppImageConfig.CodeEditorAppImageConfigProperty
Packages that use CfnAppImageConfig.CodeEditorAppImageConfigProperty
-
Uses of CfnAppImageConfig.CodeEditorAppImageConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnAppImageConfig.CodeEditorAppImageConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAppImageConfig.CodeEditorAppImageConfigPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnAppImageConfig.CodeEditorAppImageConfigPropertyModifier and TypeMethodDescriptionCfnAppImageConfig.CodeEditorAppImageConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnAppImageConfig.CodeEditorAppImageConfigPropertyModifier and TypeMethodDescriptionCfnAppImageConfig.Builder.codeEditorAppImageConfig(CfnAppImageConfig.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) The configuration for the file system and the runtime, such as the environment variables and entry point.CfnAppImageConfigProps.Builder.codeEditorAppImageConfig(CfnAppImageConfig.CodeEditorAppImageConfigProperty codeEditorAppImageConfig) Sets the value ofCfnAppImageConfigProps.getCodeEditorAppImageConfig()voidCfnAppImageConfig.setCodeEditorAppImageConfig(CfnAppImageConfig.CodeEditorAppImageConfigProperty value) The configuration for the file system and the runtime, such as the environment variables and entry point.