Uses of Class
org.cdk8s.plus24.ClusterRolePolicyRule.Builder
-
Packages that use ClusterRolePolicyRule.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ClusterRolePolicyRule.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ClusterRolePolicyRule.Builder Modifier and Type Method Description static ClusterRolePolicyRule.Builder
ClusterRolePolicyRule. builder()
ClusterRolePolicyRule.Builder
ClusterRolePolicyRule.Builder. endpoints(List<? extends IApiEndpoint> endpoints)
Sets the value ofClusterRolePolicyRule.getEndpoints()
ClusterRolePolicyRule.Builder
ClusterRolePolicyRule.Builder. verbs(List<String> verbs)
Sets the value ofClusterRolePolicyRule.getVerbs()
Constructors in org.cdk8s.plus24 with parameters of type ClusterRolePolicyRule.Builder Constructor Description Jsii$Proxy(ClusterRolePolicyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theClusterRolePolicyRule.Builder
.
-