Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnUserMixinProps.Builder
Packages that use CfnUserMixinProps.Builder
-
Uses of CfnUserMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.iam
Methods in software.amazon.awscdk.cfnpropertymixins.services.iam that return CfnUserMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnUserMixinProps.BuilderCfnUserMixinProps.builder()Sets the value ofCfnUserMixinProps.getGroups()CfnUserMixinProps.Builder.loginProfile(CfnUserPropsMixin.LoginProfileProperty loginProfile) Sets the value ofCfnUserMixinProps.getLoginProfile()CfnUserMixinProps.Builder.loginProfile(IResolvable loginProfile) Sets the value ofCfnUserMixinProps.getLoginProfile()CfnUserMixinProps.Builder.managedPolicyArns(List<? extends Object> managedPolicyArns) Sets the value ofCfnUserMixinProps.getManagedPolicyArns()Sets the value ofCfnUserMixinProps.getPath()CfnUserMixinProps.Builder.permissionsBoundary(String permissionsBoundary) Sets the value ofCfnUserMixinProps.getPermissionsBoundary()CfnUserMixinProps.Builder.permissionsBoundary(IManagedPolicyRef permissionsBoundary) Sets the value ofCfnUserMixinProps.getPermissionsBoundary()Sets the value ofCfnUserMixinProps.getPolicies()CfnUserMixinProps.Builder.policies(IResolvable policies) Sets the value ofCfnUserMixinProps.getPolicies()Sets the value ofCfnUserMixinProps.getTags()Sets the value ofCfnUserMixinProps.getUserName()Constructors in software.amazon.awscdk.cfnpropertymixins.services.iam with parameters of type CfnUserMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserMixinProps.Builder.