Uses of Class
software.amazon.awscdk.services.iam.LazyRoleProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of LazyRoleProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionLazyRoleProps.Builder.assumedBy
(IPrincipal assumedBy) Sets the value ofRoleProps.getAssumedBy()
static LazyRoleProps.Builder
LazyRoleProps.builder()
LazyRoleProps.Builder.description
(String description) Sets the value ofRoleProps.getDescription()
LazyRoleProps.Builder.externalIds
(List<String> externalIds) Sets the value ofRoleProps.getExternalIds()
LazyRoleProps.Builder.inlinePolicies
(Map<String, ? extends PolicyDocument> inlinePolicies) Sets the value ofRoleProps.getInlinePolicies()
LazyRoleProps.Builder.managedPolicies
(List<? extends IManagedPolicy> managedPolicies) Sets the value ofRoleProps.getManagedPolicies()
LazyRoleProps.Builder.maxSessionDuration
(Duration maxSessionDuration) Sets the value ofRoleProps.getMaxSessionDuration()
Sets the value ofRoleProps.getPath()
LazyRoleProps.Builder.permissionsBoundary
(IManagedPolicy permissionsBoundary) Sets the value ofRoleProps.getPermissionsBoundary()
Sets the value ofRoleProps.getRoleName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LazyRoleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLazyRoleProps.Builder
.