@Stability(value=Experimental) public static final class AssemblyManifest.Builder extends Object implements software.amazon.jsii.Builder<AssemblyManifest>
AssemblyManifest| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest.Builder |
artifacts(Map<String,? extends ArtifactManifest> artifacts)
Sets the value of
AssemblyManifest.getArtifacts() |
AssemblyManifest |
build()
Builds the configured instance.
|
AssemblyManifest.Builder |
missing(List<? extends MissingContext> missing)
Sets the value of
AssemblyManifest.getMissing() |
AssemblyManifest.Builder |
runtime(RuntimeInfo runtime)
Sets the value of
AssemblyManifest.getRuntime() |
AssemblyManifest.Builder |
version(String version)
Sets the value of
AssemblyManifest.getVersion() |
@Stability(value=Experimental) public AssemblyManifest.Builder version(String version)
AssemblyManifest.getVersion()version - Protocol version. This parameter is required.this@Stability(value=Experimental) public AssemblyManifest.Builder artifacts(Map<String,? extends ArtifactManifest> artifacts)
AssemblyManifest.getArtifacts()artifacts - The set of artifacts in this assembly.this@Stability(value=Experimental) public AssemblyManifest.Builder missing(List<? extends MissingContext> missing)
AssemblyManifest.getMissing()missing - Missing context information.
If this field has values, it means that the
cloud assembly is not complete and should not be deployed.this@Stability(value=Experimental) public AssemblyManifest.Builder runtime(RuntimeInfo runtime)
AssemblyManifest.getRuntime()runtime - Runtime information.this@Stability(value=Experimental) public AssemblyManifest build()
build in interface software.amazon.jsii.Builder<AssemblyManifest>AssemblyManifestNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.