Uses of Class
software.amazon.awscdk.services.lambda.CfnFunction.ImageConfigProperty.Builder
Packages that use CfnFunction.ImageConfigProperty.Builder
-
Uses of CfnFunction.ImageConfigProperty.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnFunction.ImageConfigProperty.BuilderModifier and TypeMethodDescriptionCfnFunction.ImageConfigProperty.builder()
Sets the value ofCfnFunction.ImageConfigProperty.getCommand()
CfnFunction.ImageConfigProperty.Builder.entryPoint
(List<String> entryPoint) Sets the value ofCfnFunction.ImageConfigProperty.getEntryPoint()
CfnFunction.ImageConfigProperty.Builder.workingDirectory
(String workingDirectory) Sets the value ofCfnFunction.ImageConfigProperty.getWorkingDirectory()
Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnFunction.ImageConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.ImageConfigProperty.Builder
.