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 booleanBuild args.final StringgetFile()Name of the Dockerfile, must relative to the docker build path.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 StringSet platform if server is multi-platform capable.final 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
Description copied from interface:DockerBuildOptionsBuild args.Default: - no build args
- Specified by:
getBuildArgsin interfaceDockerBuildOptions
-
getFile
Description copied from interface:DockerBuildOptionsName of the Dockerfile, must relative to the docker build path.Default: `Dockerfile`
- Specified by:
getFilein interfaceDockerBuildOptions
-
getPlatform
Description copied from interface:DockerBuildOptionsSet platform if server is multi-platform capable. Requires Docker Engine API v1.38+.Example value:
linux/amd64Default: - no platform specified
- 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()
-