Uses of Class
software.amazon.awscdk.cloudassembly.schema.AssetManifest.Builder
-
-
Uses of AssetManifest.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return AssetManifest.Builder Modifier and Type Method Description static AssetManifest.BuilderAssetManifest. builder()AssetManifest.BuilderAssetManifest.Builder. dockerImages(Map<String,? extends DockerImageAsset> dockerImages)Sets the value ofAssetManifest.getDockerImages()AssetManifest.BuilderAssetManifest.Builder. files(Map<String,? extends FileAsset> files)Sets the value ofAssetManifest.getFiles()AssetManifest.BuilderAssetManifest.Builder. version(String version)Sets the value ofAssetManifest.getVersion()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type AssetManifest.Builder Constructor Description Jsii$Proxy(AssetManifest.Builder builder)Constructor that initializes the object based on literal property values passed by theAssetManifest.Builder.
-