Uses of Class
org.cdk8s.plus20.RoleProps.Builder
-
-
Uses of RoleProps.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return RoleProps.Builder Modifier and Type Method Description static RoleProps.BuilderRoleProps. builder()RoleProps.BuilderRoleProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()RoleProps.BuilderRoleProps.Builder. rules(List<? extends RolePolicyRule> rules)Sets the value ofRoleProps.getRules()Constructors in org.cdk8s.plus20 with parameters of type RoleProps.Builder Constructor Description Jsii$Proxy(RoleProps.Builder builder)Constructor that initializes the object based on literal property values passed by theRoleProps.Builder.
-