Uses of Class
software.amazon.awscdk.services.iam.CfnUserProps.Builder
Packages that use CfnUserProps.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnUserProps.Builder in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return CfnUserProps.BuilderModifier 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()
Constructors in software.amazon.awscdk.services.iam with parameters of type CfnUserProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProps.Builder
.