Uses of Class
org.cdk8s.plus28.k8s.ParentReferenceV1Alpha1.Builder
-
Packages that use ParentReferenceV1Alpha1.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of ParentReferenceV1Alpha1.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return ParentReferenceV1Alpha1.Builder Modifier and Type Method Description static ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1. builder()ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1.Builder. group(String group)Sets the value ofParentReferenceV1Alpha1.getGroup()ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1.Builder. name(String name)Sets the value ofParentReferenceV1Alpha1.getName()ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1.Builder. namespace(String namespace)Sets the value ofParentReferenceV1Alpha1.getNamespace()ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1.Builder. resource(String resource)Sets the value ofParentReferenceV1Alpha1.getResource()ParentReferenceV1Alpha1.BuilderParentReferenceV1Alpha1.Builder. uid(String uid)Sets the value ofParentReferenceV1Alpha1.getUid()Constructors in org.cdk8s.plus28.k8s with parameters of type ParentReferenceV1Alpha1.Builder Constructor Description Jsii$Proxy(ParentReferenceV1Alpha1.Builder builder)Constructor that initializes the object based on literal property values passed by theParentReferenceV1Alpha1.Builder.
-