Uses of Class
software.amazon.awscdk.services.iam.GrantWithResourceOptions.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of GrantWithResourceOptions.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionSets the value ofCommonGrantOptions.getActions()
GrantWithResourceOptions.builder()
GrantWithResourceOptions.Builder.conditions
(Map<String, ? extends Map<String, ? extends Object>> conditions) Sets the value ofCommonGrantOptions.getConditions()
GrantWithResourceOptions.Builder.grantee
(IGrantable grantee) Sets the value ofCommonGrantOptions.getGrantee()
GrantWithResourceOptions.Builder.resource
(IResourceWithPolicy resource) Sets the value ofGrantWithResourceOptions.getResource()
GrantWithResourceOptions.Builder.resourceArns
(List<String> resourceArns) Sets the value ofCommonGrantOptions.getResourceArns()
GrantWithResourceOptions.Builder.resourceSelfArns
(List<String> resourceSelfArns) Sets the value ofGrantWithResourceOptions.getResourceSelfArns()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGrantWithResourceOptions.Builder
.