Uses of Class
org.cdk8s.plus28.k8s.PolicyRulesWithSubjectsV1Beta3.Builder
-
Packages that use PolicyRulesWithSubjectsV1Beta3.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of PolicyRulesWithSubjectsV1Beta3.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return PolicyRulesWithSubjectsV1Beta3.Builder Modifier and Type Method Description static PolicyRulesWithSubjectsV1Beta3.BuilderPolicyRulesWithSubjectsV1Beta3. builder()PolicyRulesWithSubjectsV1Beta3.BuilderPolicyRulesWithSubjectsV1Beta3.Builder. nonResourceRules(List<? extends NonResourcePolicyRuleV1Beta3> nonResourceRules)Sets the value ofPolicyRulesWithSubjectsV1Beta3.getNonResourceRules()PolicyRulesWithSubjectsV1Beta3.BuilderPolicyRulesWithSubjectsV1Beta3.Builder. resourceRules(List<? extends ResourcePolicyRuleV1Beta3> resourceRules)Sets the value ofPolicyRulesWithSubjectsV1Beta3.getResourceRules()PolicyRulesWithSubjectsV1Beta3.BuilderPolicyRulesWithSubjectsV1Beta3.Builder. subjects(List<? extends SubjectV1Beta3> subjects)Sets the value ofPolicyRulesWithSubjectsV1Beta3.getSubjects()Constructors in org.cdk8s.plus28.k8s with parameters of type PolicyRulesWithSubjectsV1Beta3.Builder Constructor Description Jsii$Proxy(PolicyRulesWithSubjectsV1Beta3.Builder builder)Constructor that initializes the object based on literal property values passed by thePolicyRulesWithSubjectsV1Beta3.Builder.
-