Uses of Class
org.cdk8s.plus24.RolePolicyRule.Builder
-
Packages that use RolePolicyRule.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of RolePolicyRule.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return RolePolicyRule.Builder Modifier and Type Method Description static RolePolicyRule.Builder
RolePolicyRule. builder()
RolePolicyRule.Builder
RolePolicyRule.Builder. resources(List<? extends IApiResource> resources)
Sets the value ofRolePolicyRule.getResources()
RolePolicyRule.Builder
RolePolicyRule.Builder. verbs(List<String> verbs)
Sets the value ofRolePolicyRule.getVerbs()
Constructors in org.cdk8s.plus24 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
.
-