Uses of Class
software.amazon.awscdk.services.iam.UserProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of UserProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic UserProps.Builder
UserProps.builder()
Sets the value ofUserProps.getGroups()
UserProps.Builder.managedPolicies
(List<? extends IManagedPolicy> managedPolicies) Sets the value ofUserProps.getManagedPolicies()
UserProps.Builder.password
(SecretValue password) Sets the value ofUserProps.getPassword()
UserProps.Builder.passwordResetRequired
(Boolean passwordResetRequired) Sets the value ofUserProps.getPasswordResetRequired()
Sets the value ofUserProps.getPath()
UserProps.Builder.permissionsBoundary
(IManagedPolicy permissionsBoundary) Sets the value ofUserProps.getPermissionsBoundary()
Sets the value ofUserProps.getUserName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserProps.Builder
.