Uses of Class
software.amazon.awscdk.services.iam.PolicyStatementProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of PolicyStatementProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionSets the value ofPolicyStatementProps.getActions()
static PolicyStatementProps.Builder
PolicyStatementProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PolicyStatementProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyStatementProps.Builder
.