Class DockerBuildAssetOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.DockerBuildAssetOptions.Jsii$Proxy
- All Implemented Interfaces:
DockerBuildOptions,DockerBuildAssetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DockerBuildAssetOptions
@Stability(Stable)
@Internal
public static final class DockerBuildAssetOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DockerBuildAssetOptions
An implementation for
DockerBuildAssetOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.DockerBuildAssetOptions
DockerBuildAssetOptions.Builder, DockerBuildAssetOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDockerBuildAssetOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetFile()final StringThe path in the Docker image where the asset is located after the build operation.final StringThe path on the local filesystem where the asset will be copied usingdocker cp.final Stringfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDockerBuildAssetOptions.Builder.
-
-
Method Details
-
getImagePath
Description copied from interface:DockerBuildAssetOptionsThe path in the Docker image where the asset is located after the build operation.Default: /asset
- Specified by:
getImagePathin interfaceDockerBuildAssetOptions
-
getOutputPath
Description copied from interface:DockerBuildAssetOptionsThe path on the local filesystem where the asset will be copied usingdocker cp.Default: - a unique temporary directory in the system temp directory
- Specified by:
getOutputPathin interfaceDockerBuildAssetOptions
-
getBuildArgs
- Specified by:
getBuildArgsin interfaceDockerBuildOptions
-
getFile
- Specified by:
getFilein interfaceDockerBuildOptions
-
getPlatform
- Specified by:
getPlatformin interfaceDockerBuildOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-