@Stability(value=Experimental) public static final class AssetManifest.Builder extends Object implements software.amazon.jsii.Builder<AssetManifest>
AssetManifest| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AssetManifest |
build()
Builds the configured instance.
|
AssetManifest.Builder |
dockerImages(Map<String,? extends DockerImageAsset> dockerImages)
Sets the value of
AssetManifest.getDockerImages() |
AssetManifest.Builder |
files(Map<String,? extends FileAsset> files)
Sets the value of
AssetManifest.getFiles() |
AssetManifest.Builder |
version(String version)
Sets the value of
AssetManifest.getVersion() |
@Stability(value=Experimental) public AssetManifest.Builder version(String version)
AssetManifest.getVersion()version - Version of the manifest. This parameter is required.this@Stability(value=Experimental) public AssetManifest.Builder dockerImages(Map<String,? extends DockerImageAsset> dockerImages)
AssetManifest.getDockerImages()dockerImages - The Docker image assets in this manifest.this@Stability(value=Experimental) public AssetManifest.Builder files(Map<String,? extends FileAsset> files)
AssetManifest.getFiles()files - The file assets in this manifest.this@Stability(value=Experimental) public AssetManifest build()
build in interface software.amazon.jsii.Builder<AssetManifest>AssetManifestNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.