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
  • 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

      protected Jsii$Proxy(DockerBuildAssetOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DockerBuildAssetOptions.Builder.
  • Method Details

    • getImagePath

      public final String getImagePath()
      Description copied from interface: DockerBuildAssetOptions
      The path in the Docker image where the asset is located after the build operation.

      Default: /asset

      Specified by:
      getImagePath in interface DockerBuildAssetOptions
    • getOutputPath

      public final String getOutputPath()
      Description copied from interface: DockerBuildAssetOptions
      The path on the local filesystem where the asset will be copied using docker cp.

      Default: - a unique temporary directory in the system temp directory

      Specified by:
      getOutputPath in interface DockerBuildAssetOptions
    • getBuildArgs

      public final Map<String,String> getBuildArgs()
      Description copied from interface: DockerBuildOptions
      Build args.

      Default: - no build args

      Specified by:
      getBuildArgs in interface DockerBuildOptions
    • getFile

      public final String getFile()
      Description copied from interface: DockerBuildOptions
      Name of the Dockerfile, must relative to the docker build path.

      Default: `Dockerfile`

      Specified by:
      getFile in interface DockerBuildOptions
    • getPlatform

      public final String getPlatform()
      Description copied from interface: DockerBuildOptions
      Set platform if server is multi-platform capable. Requires Docker Engine API v1.38+.

      Example value: linux/amd64

      Default: - no platform specified

      Specified by:
      getPlatform in interface DockerBuildOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object