@Stability(value=Experimental) @Internal public static final class DockerBuildAssetOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerBuildAssetOptions
DockerBuildAssetOptionssoftware.amazon.jsii.JsiiObject.InitializationModeDockerBuildAssetOptions.Builder, DockerBuildAssetOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String imagePath,
String outputPath,
Map<String,String> buildArgs,
String file)
Constructor that initializes the object based on literal property values passed by the
DockerBuildAssetOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getBuildArgs()
(experimental) Build args.
|
String |
getFile()
(experimental) Name of the Dockerfile, must relative to the docker build path.
|
String |
getImagePath()
(experimental) The path in the Docker image where the asset is located after the build operation.
|
String |
getOutputPath()
(experimental) The path on the local filesystem where the asset will be copied using `docker cp`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getImagePath()
DockerBuildAssetOptionsDefault: /asset
getImagePath in interface DockerBuildAssetOptionspublic final String getOutputPath()
DockerBuildAssetOptionsDefault: - a unique temporary directory in the system temp directory
getOutputPath in interface DockerBuildAssetOptionspublic final Map<String,String> getBuildArgs()
DockerBuildOptionsDefault: - no build args
getBuildArgs in interface DockerBuildOptionspublic final String getFile()
DockerBuildOptionsDefault: `Dockerfile`
getFile in interface DockerBuildOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.