Uses of Class
software.amazon.awscdk.services.iam.PolicyProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of PolicyProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic PolicyProps.Builder
PolicyProps.builder()
PolicyProps.Builder.document
(PolicyDocument document) Sets the value ofPolicyProps.getDocument()
Sets the value ofPolicyProps.getForce()
Sets the value ofPolicyProps.getGroups()
PolicyProps.Builder.policyName
(String policyName) Sets the value ofPolicyProps.getPolicyName()
Sets the value ofPolicyProps.getRoles()
PolicyProps.Builder.statements
(List<? extends PolicyStatement> statements) Sets the value ofPolicyProps.getStatements()
Sets the value ofPolicyProps.getUsers()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyProps.Builder
.