Package org.cdk8s
Class NameOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.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 forNameOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.NameOptions
NameOptions.Builder, NameOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(NameOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNameOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getDelimiter()
Delimiter to use between components.List<String>
getExtra()
Extra components to include in the name.Boolean
getIncludeHash()
Include a short hash as last part of the name.Number
getMaxLen()
Maximum allowed length for the name.int
hashCode()
-
-
-
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(NameOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNameOptions.Builder
.
-
-
Method Detail
-
getDelimiter
public final String getDelimiter()
Description copied from interface:NameOptions
Delimiter to use between components.Default: "-"
- Specified by:
getDelimiter
in interfaceNameOptions
-
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 interfaceNameOptions
-
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 interfaceNameOptions
-
getMaxLen
public final Number getMaxLen()
Description copied from interface:NameOptions
Maximum allowed length for the name.Default: 63
- Specified by:
getMaxLen
in interfaceNameOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-