Class CfnUserToGroupAdditionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnUserToGroupAdditionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserToGroupAdditionPropsMixin>
- Enclosing class:
CfnUserToGroupAdditionPropsMixin
@Stability(Stable)
public static final class CfnUserToGroupAdditionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserToGroupAdditionPropsMixin>
A fluent builder for
CfnUserToGroupAdditionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the group to update.A list of the names of the users that you want to add to the group.
-
Method Details
-
create
@Stability(Stable) public static CfnUserToGroupAdditionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUserToGroupAdditionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUserToGroupAdditionPropsMixin.Builder.
-
groupName
The name of the group to update.This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Parameters:
groupName- The name of the group to update. This parameter is required.- Returns:
this- See Also:
-
users
A list of the names of the users that you want to add to the group.- Parameters:
users- A list of the names of the users that you want to add to the group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserToGroupAdditionPropsMixin>- Returns:
- a newly built instance of
CfnUserToGroupAdditionPropsMixin.
-