Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.ImageConfigProperty.Builder
Packages that use CfnFunction.ImageConfigProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
- 
Uses of CfnFunction.ImageConfigProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam 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.sam with parameters of type CfnFunction.ImageConfigProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.ImageConfigProperty.Builder.