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