@Stability(value=Stable) public static final class TarballImageAssetProps.Builder extends Object implements software.amazon.jsii.Builder<TarballImageAssetProps>
TarballImageAssetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TarballImageAssetProps |
build()
Builds the configured instance.
|
TarballImageAssetProps.Builder |
tarballFile(String tarballFile)
Sets the value of
TarballImageAssetProps.getTarballFile() |
@Stability(value=Stable) public TarballImageAssetProps.Builder tarballFile(String tarballFile)
TarballImageAssetProps.getTarballFile()tarballFile - Absolute path to the tarball. This parameter is required.
It is recommended to to use the script running directory (e.g. __dirname
in Node.js projects or dirname of __file__ in Python) if your tarball
is located as a resource inside your project.this@Stability(value=Stable) public TarballImageAssetProps build()
build in interface software.amazon.jsii.Builder<TarballImageAssetProps>TarballImageAssetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.