Class YarnBerryOptions.Jsii$Proxy

    • 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

      • getVersion

        public final String getVersion()
        Description copied from interface: YarnBerryOptions
        (experimental) A fully specified version to use for yarn (e.g., x.x.x).

        Default: - 4.0.1

        Specified by:
        getVersion in interface YarnBerryOptions
      • getZeroInstalls

        public final Boolean getZeroInstalls()
        Description copied from interface: YarnBerryOptions
        (experimental) Should zero-installs be enabled?

        Learn more at: https://yarnpkg.com/features/caching#zero-installs

        Default: false

        Specified by:
        getZeroInstalls in interface YarnBerryOptions
      • $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