Uses of Class
software.amazon.awscdk.services.iam.CfnUserProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnUserProps.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic CfnUserProps.Builder
CfnUserProps.builder()
Sets the value ofCfnUserProps.getGroups()
CfnUserProps.Builder.loginProfile
(IResolvable loginProfile) Sets the value ofCfnUserProps.getLoginProfile()
CfnUserProps.Builder.loginProfile
(CfnUser.LoginProfileProperty loginProfile) Sets the value ofCfnUserProps.getLoginProfile()
CfnUserProps.Builder.managedPolicyArns
(List<String> managedPolicyArns) Sets the value ofCfnUserProps.getManagedPolicyArns()
Sets the value ofCfnUserProps.getPath()
CfnUserProps.Builder.permissionsBoundary
(String permissionsBoundary) Sets the value ofCfnUserProps.getPermissionsBoundary()
Sets the value ofCfnUserProps.getPolicies()
CfnUserProps.Builder.policies
(IResolvable policies) Sets the value ofCfnUserProps.getPolicies()
Sets the value ofCfnUserProps.getTags()
Sets the value ofCfnUserProps.getUserName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProps.Builder
.