@Stability(value=Stable) public static final class CfnUserGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserGroupProps>
CfnUserGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserGroupProps |
build()
Builds the configured instance.
|
CfnUserGroupProps.Builder |
engine(String engine)
Sets the value of
CfnUserGroupProps.getEngine() |
CfnUserGroupProps.Builder |
userGroupId(String userGroupId)
Sets the value of
CfnUserGroupProps.getUserGroupId() |
CfnUserGroupProps.Builder |
userIds(List<String> userIds)
Sets the value of
CfnUserGroupProps.getUserIds() |
@Stability(value=Stable) public CfnUserGroupProps.Builder engine(String engine)
CfnUserGroupProps.getEngine()engine - The current supported value is redis. This parameter is required.this@Stability(value=Stable) public CfnUserGroupProps.Builder userGroupId(String userGroupId)
CfnUserGroupProps.getUserGroupId()userGroupId - The ID of the user group. This parameter is required.this@Stability(value=Stable) public CfnUserGroupProps.Builder userIds(List<String> userIds)
CfnUserGroupProps.getUserIds()userIds - The list of user IDs that belong to the user group.
A user named default must be included.this@Stability(value=Stable) public CfnUserGroupProps build()
build in interface software.amazon.jsii.Builder<CfnUserGroupProps>CfnUserGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.