@Stability(value=Experimental) public static final class DockerImageAsset.Builder extends Object implements software.amazon.jsii.Builder<DockerImageAsset>
DockerImageAsset| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageAsset |
build()
Builds the configured instance.
|
DockerImageAsset.Builder |
destinations(Map<String,? extends DockerImageDestination> destinations)
Sets the value of
DockerImageAsset.getDestinations() |
DockerImageAsset.Builder |
source(DockerImageSource source)
Sets the value of
DockerImageAsset.getSource() |
@Stability(value=Experimental) public DockerImageAsset.Builder destinations(Map<String,? extends DockerImageDestination> destinations)
DockerImageAsset.getDestinations()destinations - Destinations for this file asset. This parameter is required.this@Stability(value=Experimental) public DockerImageAsset.Builder source(DockerImageSource source)
DockerImageAsset.getSource()source - Source description for file assets. This parameter is required.this@Stability(value=Experimental) public DockerImageAsset build()
build in interface software.amazon.jsii.Builder<DockerImageAsset>DockerImageAssetNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.