@Stability(value=Experimental) public static final class AssetProps.Builder extends Object implements software.amazon.jsii.Builder<AssetProps>
AssetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AssetProps.Builder |
asset(DockerImageAsset asset)
Sets the value of
AssetProps.getAsset() |
AssetProps |
build()
Builds the configured instance.
|
AssetProps.Builder |
imageConfiguration(ImageConfiguration imageConfiguration)
Sets the value of
AssetProps.getImageConfiguration() |
@Stability(value=Experimental) public AssetProps.Builder asset(DockerImageAsset asset)
AssetProps.getAsset()asset - Represents the docker image asset. This parameter is required.this@Stability(value=Experimental) public AssetProps.Builder imageConfiguration(ImageConfiguration imageConfiguration)
AssetProps.getImageConfiguration()imageConfiguration - The image configuration for the image built from the asset.this@Stability(value=Experimental) public AssetProps build()
build in interface software.amazon.jsii.Builder<AssetProps>AssetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.