@Stability(value=Stable) public static final class CfnUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnUserProps.Builder groups(List<String> groups)
CfnUserProps.getGroups()
groups
- `AWS::IAM::User.Groups`.this
@Stability(value=Stable) public CfnUserProps.Builder loginProfile(CfnUser.LoginProfileProperty loginProfile)
CfnUserProps.getLoginProfile()
loginProfile
- `AWS::IAM::User.LoginProfile`.this
@Stability(value=Stable) public CfnUserProps.Builder loginProfile(IResolvable loginProfile)
CfnUserProps.getLoginProfile()
loginProfile
- `AWS::IAM::User.LoginProfile`.this
@Stability(value=Stable) public CfnUserProps.Builder managedPolicyArns(List<String> managedPolicyArns)
CfnUserProps.getManagedPolicyArns()
managedPolicyArns
- `AWS::IAM::User.ManagedPolicyArns`.this
@Stability(value=Stable) public CfnUserProps.Builder path(String path)
CfnUserProps.getPath()
path
- `AWS::IAM::User.Path`.this
@Stability(value=Stable) public CfnUserProps.Builder permissionsBoundary(String permissionsBoundary)
CfnUserProps.getPermissionsBoundary()
permissionsBoundary
- `AWS::IAM::User.PermissionsBoundary`.this
@Stability(value=Stable) public CfnUserProps.Builder policies(IResolvable policies)
CfnUserProps.getPolicies()
policies
- `AWS::IAM::User.Policies`.this
@Stability(value=Stable) public CfnUserProps.Builder policies(List<? extends Object> policies)
CfnUserProps.getPolicies()
policies
- `AWS::IAM::User.Policies`.this
@Stability(value=Stable) public CfnUserProps.Builder tags(List<? extends CfnTag> tags)
CfnUserProps.getTags()
tags
- `AWS::IAM::User.Tags`.this
@Stability(value=Stable) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()
userName
- `AWS::IAM::User.UserName`.this
@Stability(value=Stable) public CfnUserProps build()
build
in interface software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.