@Stability(value=Stable) public static final class CfnUserToGroupAdditionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserToGroupAdditionProps>
CfnUserToGroupAdditionProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserToGroupAdditionProps |
build()
Builds the configured instance.
|
CfnUserToGroupAdditionProps.Builder |
groupName(String groupName)
Sets the value of
CfnUserToGroupAdditionProps.getGroupName() |
CfnUserToGroupAdditionProps.Builder |
users(List<String> users)
Sets the value of
CfnUserToGroupAdditionProps.getUsers() |
@Stability(value=Stable) public CfnUserToGroupAdditionProps.Builder groupName(String groupName)
CfnUserToGroupAdditionProps.getGroupName()
groupName
- The name of the group to update. This parameter is required.
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: _+=,.@-this
@Stability(value=Stable) public CfnUserToGroupAdditionProps.Builder users(List<String> users)
CfnUserToGroupAdditionProps.getUsers()
users
- A list of the names of the users that you want to add to the group. This parameter is required.this
@Stability(value=Stable) public CfnUserToGroupAdditionProps build()
build
in interface software.amazon.jsii.Builder<CfnUserToGroupAdditionProps>
CfnUserToGroupAdditionProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.