Uses of Class
org.cdk8s.plus25.RolePolicyRule.Builder
-
Packages that use RolePolicyRule.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of RolePolicyRule.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return RolePolicyRule.Builder Modifier and Type Method Description static RolePolicyRule.BuilderRolePolicyRule. builder()RolePolicyRule.BuilderRolePolicyRule.Builder. resources(List<? extends IApiResource> resources)Sets the value ofRolePolicyRule.getResources()RolePolicyRule.BuilderRolePolicyRule.Builder. verbs(List<String> verbs)Sets the value ofRolePolicyRule.getVerbs()Constructors in org.cdk8s.plus25 with parameters of type RolePolicyRule.Builder Constructor Description Jsii$Proxy(RolePolicyRule.Builder builder)Constructor that initializes the object based on literal property values passed by theRolePolicyRule.Builder.
-