Uses of Class
software.amazon.awscdk.cloudassembly.schema.FileSource.Builder
-
-
Uses of FileSource.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return FileSource.Builder Modifier and Type Method Description static FileSource.BuilderFileSource. builder()FileSource.BuilderFileSource.Builder. executable(List<String> executable)Sets the value ofFileSource.getExecutable()FileSource.BuilderFileSource.Builder. packaging(FileAssetPackaging packaging)Sets the value ofFileSource.getPackaging()FileSource.BuilderFileSource.Builder. path(String path)Sets the value ofFileSource.getPath()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type FileSource.Builder Constructor Description Jsii$Proxy(FileSource.Builder builder)Constructor that initializes the object based on literal property values passed by theFileSource.Builder.
-