Package org.cdk8s

Class NameOptions.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class NameOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements NameOptions
    An implementation for NameOptions
    • 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

      • getDelimiter

        public final String getDelimiter()
        Description copied from interface: NameOptions
        Delimiter to use between components.

        Default: "-"

        Specified by:
        getDelimiter in interface NameOptions
      • getExtra

        public final List<String> getExtra()
        Description copied from interface: NameOptions
        Extra components to include in the name.

        Default: [] use the construct path components

        Specified by:
        getExtra in interface NameOptions
      • getIncludeHash

        public final Boolean getIncludeHash()
        Description copied from interface: NameOptions
        Include a short hash as last part of the name.

        Default: true

        Specified by:
        getIncludeHash in interface NameOptions
      • getMaxLen

        public final Number getMaxLen()
        Description copied from interface: NameOptions
        Maximum allowed length for the name.

        Default: 63

        Specified by:
        getMaxLen in interface NameOptions
      • $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