@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.553Z") @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@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.