Class Image.Jsii$Proxy

  • All Implemented Interfaces:
    Image, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    Image

    @Stability(Experimental)
    @Internal
    public static final class Image.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Image
    An implementation for Image
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(Image.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Image.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Constructor Detail

      • 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​(Image.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Image.Builder.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: Image
        (experimental) Full name of the image that should be used.

        It should contain the Registry part if needed.

        Specified by:
        getName in interface Image
      • getEntrypoint

        public final List<Object> getEntrypoint()
        Description copied from interface: Image
        (experimental) Command or script that should be executed as the container's entrypoint.

        It will be translated to Docker's --entrypoint option while creating the container. The syntax is similar to Dockerfile's ENTRYPOINT directive, where each shell token is a separate string in the array.

        Specified by:
        getEntrypoint in interface Image
      • $jsii$toJson

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

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