Uses of Class
software.amazon.awscdk.services.iam.PolicyStatementProps.Builder
Packages that use PolicyStatementProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of PolicyStatementProps.Builder in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return PolicyStatementProps.BuilderModifier and TypeMethodDescriptionSets the value ofPolicyStatementProps.getActions()static PolicyStatementProps.BuilderPolicyStatementProps.builder()PolicyStatementProps.Builder.conditions(Map<String, ? extends Object> conditions) Sets the value ofPolicyStatementProps.getConditions()Sets the value ofPolicyStatementProps.getEffect()PolicyStatementProps.Builder.notActions(List<String> notActions) Sets the value ofPolicyStatementProps.getNotActions()PolicyStatementProps.Builder.notPrincipals(List<? extends IPrincipal> notPrincipals) Sets the value ofPolicyStatementProps.getNotPrincipals()PolicyStatementProps.Builder.notResources(List<String> notResources) Sets the value ofPolicyStatementProps.getNotResources()PolicyStatementProps.Builder.principals(List<? extends IPrincipal> principals) Sets the value ofPolicyStatementProps.getPrincipals()Sets the value ofPolicyStatementProps.getResources()Sets the value ofPolicyStatementProps.getSid()Constructors in software.amazon.awscdk.services.iam with parameters of type PolicyStatementProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PolicyStatementProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyStatementProps.Builder.