Package org.cdk8s.plus24
Class AddDirectoryOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.AddDirectoryOptions.Jsii$Proxy
-
- All Implemented Interfaces:
AddDirectoryOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AddDirectoryOptions
@Stability(Stable) @Internal public static final class AddDirectoryOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddDirectoryOptions
An implementation forAddDirectoryOptions
-
-
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.plus24.AddDirectoryOptions
AddDirectoryOptions.Builder, AddDirectoryOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(AddDirectoryOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theAddDirectoryOptions.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)
List<String>
getExclude()
Glob patterns to exclude when adding files.String
getKeyPrefix()
A prefix to add to all keys in the config map.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(AddDirectoryOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theAddDirectoryOptions.Builder
.
-
-
Method Detail
-
getExclude
public final List<String> getExclude()
Description copied from interface:AddDirectoryOptions
Glob patterns to exclude when adding files.Default: - include all files
- Specified by:
getExclude
in interfaceAddDirectoryOptions
-
getKeyPrefix
public final String getKeyPrefix()
Description copied from interface:AddDirectoryOptions
A prefix to add to all keys in the config map.Default: ""
- Specified by:
getKeyPrefix
in interfaceAddDirectoryOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-