@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-21T15:56:23.604Z") @Stability(value=Stable) public interface DockerBuildAssetOptions extends software.amazon.jsii.JsiiSerializable, DockerBuildOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerBuildAssetOptions.Builder
A builder for
DockerBuildAssetOptions |
static class |
DockerBuildAssetOptions.Jsii$Proxy
An implementation for
DockerBuildAssetOptions |
| Modifier and Type | Method and Description |
|---|---|
static DockerBuildAssetOptions.Builder |
builder() |
default String |
getImagePath()
The path in the Docker image where the asset is located after the build operation.
|
default String |
getOutputPath()
The path on the local filesystem where the asset will be copied using `docker cp`.
|
getBuildArgs, getFile, getPlatform@Stability(value=Stable) @Nullable default String getImagePath()
Default: /asset
@Stability(value=Stable) @Nullable default String getOutputPath()
Default: - a unique temporary directory in the system temp directory
@Stability(value=Stable) static DockerBuildAssetOptions.Builder builder()
builder in interface DockerBuildOptionsDockerBuildAssetOptions.Builder of DockerBuildAssetOptionsCopyright © 2021. All rights reserved.