Uses of Class
software.amazon.awscdk.services.sagemaker.CfnAppImageConfig.ContainerConfigProperty.Builder
-
Uses of CfnAppImageConfig.ContainerConfigProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnAppImageConfig.ContainerConfigProperty.builder()
CfnAppImageConfig.ContainerConfigProperty.Builder.containerArguments
(List<String> containerArguments) Sets the value ofCfnAppImageConfig.ContainerConfigProperty.getContainerArguments()
CfnAppImageConfig.ContainerConfigProperty.Builder.containerEntrypoint
(List<String> containerEntrypoint) Sets the value ofCfnAppImageConfig.ContainerConfigProperty.getContainerEntrypoint()
CfnAppImageConfig.ContainerConfigProperty.Builder.containerEnvironmentVariables
(List<? extends Object> containerEnvironmentVariables) CfnAppImageConfig.ContainerConfigProperty.Builder.containerEnvironmentVariables
(IResolvable containerEnvironmentVariables) ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAppImageConfig.ContainerConfigProperty.Builder
.