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