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