Class VenvOptions.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class VenvOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements VenvOptions
    An implementation for VenvOptions
    • 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​(VenvOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VenvOptions.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.
    • Method Detail

      • getEnvdir

        public final String getEnvdir()
        Description copied from interface: VenvOptions
        (experimental) Name of directory to store the environment in.

        Default: ".env"

        Specified by:
        getEnvdir in interface VenvOptions
      • getPythonExec

        public final String getPythonExec()
        Description copied from interface: VenvOptions
        (experimental) Path to the python executable to use.

        Default: "python"

        Specified by:
        getPythonExec in interface VenvOptions
      • $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