Uses of Class
org.cdk8s.plus24.k8s.NonResourcePolicyRuleV1Beta1.Builder
-
Packages that use NonResourcePolicyRuleV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of NonResourcePolicyRuleV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return NonResourcePolicyRuleV1Beta1.Builder Modifier and Type Method Description static NonResourcePolicyRuleV1Beta1.Builder
NonResourcePolicyRuleV1Beta1. builder()
NonResourcePolicyRuleV1Beta1.Builder
NonResourcePolicyRuleV1Beta1.Builder. nonResourceUrLs(List<String> nonResourceUrLs)
Sets the value ofNonResourcePolicyRuleV1Beta1.getNonResourceUrLs()
NonResourcePolicyRuleV1Beta1.Builder
NonResourcePolicyRuleV1Beta1.Builder. verbs(List<String> verbs)
Sets the value ofNonResourcePolicyRuleV1Beta1.getVerbs()
Constructors in org.cdk8s.plus24.k8s with parameters of type NonResourcePolicyRuleV1Beta1.Builder Constructor Description Jsii$Proxy(NonResourcePolicyRuleV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theNonResourcePolicyRuleV1Beta1.Builder
.
-