@Stability(value=Stable) public static final class TarballImageAsset.Builder extends Object implements software.amazon.jsii.Builder<TarballImageAsset>
TarballImageAsset.| Modifier and Type | Method and Description |
|---|---|
TarballImageAsset |
build() |
static TarballImageAsset.Builder |
create(software.constructs.Construct scope,
String id) |
TarballImageAsset.Builder |
tarballFile(String tarballFile)
Absolute path to the tarball.
|
@Stability(value=Stable) public static TarballImageAsset.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.TarballImageAsset.Builder.@Stability(value=Stable) public TarballImageAsset.Builder tarballFile(String tarballFile)
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.
tarballFile - Absolute path to the tarball. This parameter is required.this@Stability(value=Stable) public TarballImageAsset build()
build in interface software.amazon.jsii.Builder<TarballImageAsset>Copyright © 2022. All rights reserved.