@Stability(value=Stable) public static final class CfnGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupProps>
CfnGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
groupName(String groupName)
Sets the value of
CfnGroupProps.getGroupName() |
CfnGroupProps.Builder |
managedPolicyArns(List<String> managedPolicyArns)
Sets the value of
CfnGroupProps.getManagedPolicyArns() |
CfnGroupProps.Builder |
path(String path)
Sets the value of
CfnGroupProps.getPath() |
CfnGroupProps.Builder |
policies(IResolvable policies)
Sets the value of
CfnGroupProps.getPolicies() |
CfnGroupProps.Builder |
policies(List<? extends Object> policies)
Sets the value of
CfnGroupProps.getPolicies() |
@Stability(value=Stable) public CfnGroupProps.Builder groupName(String groupName)
CfnGroupProps.getGroupName()groupName - `AWS::IAM::Group.GroupName`.this@Stability(value=Stable) public CfnGroupProps.Builder managedPolicyArns(List<String> managedPolicyArns)
CfnGroupProps.getManagedPolicyArns()managedPolicyArns - `AWS::IAM::Group.ManagedPolicyArns`.this@Stability(value=Stable) public CfnGroupProps.Builder path(String path)
CfnGroupProps.getPath()path - `AWS::IAM::Group.Path`.this@Stability(value=Stable) public CfnGroupProps.Builder policies(IResolvable policies)
CfnGroupProps.getPolicies()policies - `AWS::IAM::Group.Policies`.this@Stability(value=Stable) public CfnGroupProps.Builder policies(List<? extends Object> policies)
CfnGroupProps.getPolicies()policies - `AWS::IAM::Group.Policies`.this@Stability(value=Stable) public CfnGroupProps build()
build in interface software.amazon.jsii.Builder<CfnGroupProps>CfnGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.