Uses of Class
org.cdk8s.plus25.k8s.PolicyRulesWithSubjectsV1Beta1.Builder
-
Packages that use PolicyRulesWithSubjectsV1Beta1.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of PolicyRulesWithSubjectsV1Beta1.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return PolicyRulesWithSubjectsV1Beta1.Builder Modifier and Type Method Description static PolicyRulesWithSubjectsV1Beta1.BuilderPolicyRulesWithSubjectsV1Beta1. builder()PolicyRulesWithSubjectsV1Beta1.BuilderPolicyRulesWithSubjectsV1Beta1.Builder. nonResourceRules(List<? extends NonResourcePolicyRuleV1Beta1> nonResourceRules)Sets the value ofPolicyRulesWithSubjectsV1Beta1.getNonResourceRules()PolicyRulesWithSubjectsV1Beta1.BuilderPolicyRulesWithSubjectsV1Beta1.Builder. resourceRules(List<? extends ResourcePolicyRuleV1Beta1> resourceRules)Sets the value ofPolicyRulesWithSubjectsV1Beta1.getResourceRules()PolicyRulesWithSubjectsV1Beta1.BuilderPolicyRulesWithSubjectsV1Beta1.Builder. subjects(List<? extends SubjectV1Beta1> subjects)Sets the value ofPolicyRulesWithSubjectsV1Beta1.getSubjects()Constructors in org.cdk8s.plus25.k8s with parameters of type PolicyRulesWithSubjectsV1Beta1.Builder Constructor Description Jsii$Proxy(PolicyRulesWithSubjectsV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by thePolicyRulesWithSubjectsV1Beta1.Builder.
-