public static final class CfnUserToGroupAddition.Builder
extends java.lang.Object
CfnUserToGroupAddition
.Modifier and Type | Method and Description |
---|---|
CfnUserToGroupAddition |
build() |
static CfnUserToGroupAddition.Builder |
create(Construct scope,
java.lang.String id) |
CfnUserToGroupAddition.Builder |
groupName(java.lang.String groupName)
The name of the group to update.
|
CfnUserToGroupAddition.Builder |
users(java.util.List<java.lang.String> users)
A list of the names of the users that you want to add to the group.
|
public static CfnUserToGroupAddition.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnUserToGroupAddition.Builder
.public CfnUserToGroupAddition.Builder groupName(java.lang.String groupName)
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: _+=,.@-
groupName
- The name of the group to update. This parameter is required.this
public CfnUserToGroupAddition.Builder users(java.util.List<java.lang.String> users)
users
- A list of the names of the users that you want to add to the group. This parameter is required.this
public CfnUserToGroupAddition build()