Uses of Class
software.amazon.awscdk.services.iam.GrantOnPrincipalOptions.Builder
Packages that use GrantOnPrincipalOptions.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of GrantOnPrincipalOptions.Builder in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return GrantOnPrincipalOptions.BuilderModifier and TypeMethodDescriptionSets the value ofCommonGrantOptions.getActions()
GrantOnPrincipalOptions.builder()
GrantOnPrincipalOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
GrantOnPrincipalOptions.Builder.resourceArns
(List<String> resourceArns) Sets the value ofCommonGrantOptions.getResourceArns()
GrantOnPrincipalOptions.Builder.scope
(IConstruct scope) Sets the value ofGrantOnPrincipalOptions.getScope()
Constructors in software.amazon.awscdk.services.iam with parameters of type GrantOnPrincipalOptions.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGrantOnPrincipalOptions.Builder
.