Uses of Class
org.cdk8s.plus25.k8s.KeyToPath.Builder
-
Packages that use KeyToPath.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KeyToPath.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KeyToPath.Builder Modifier and Type Method Description static KeyToPath.BuilderKeyToPath. builder()KeyToPath.BuilderKeyToPath.Builder. key(String key)Sets the value ofKeyToPath.getKey()KeyToPath.BuilderKeyToPath.Builder. mode(Number mode)Sets the value ofKeyToPath.getMode()KeyToPath.BuilderKeyToPath.Builder. path(String path)Sets the value ofKeyToPath.getPath()Constructors in org.cdk8s.plus25.k8s with parameters of type KeyToPath.Builder Constructor Description Jsii$Proxy(KeyToPath.Builder builder)Constructor that initializes the object based on literal property values passed by theKeyToPath.Builder.
-