@Stability(value=Stable) public static final class CfnUserGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnUserGroup>
CfnUserGroup.| Modifier and Type | Method and Description |
|---|---|
CfnUserGroup |
build() |
static CfnUserGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserGroup.Builder |
engine(String engine)
The current supported value is redis.
|
CfnUserGroup.Builder |
userGroupId(String userGroupId)
The ID of the user group.
|
CfnUserGroup.Builder |
userIds(List<String> userIds)
The list of user IDs that belong to the user group.
|
@Stability(value=Stable) public static CfnUserGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserGroup.Builder.@Stability(value=Stable) public CfnUserGroup.Builder engine(String engine)
engine - The current supported value is redis. This parameter is required.this@Stability(value=Stable) public CfnUserGroup.Builder userGroupId(String userGroupId)
userGroupId - The ID of the user group. This parameter is required.this@Stability(value=Stable) public CfnUserGroup.Builder userIds(List<String> userIds)
A user named default must be included.
userIds - The list of user IDs that belong to the user group. This parameter is required.this@Stability(value=Stable) public CfnUserGroup build()
build in interface software.amazon.jsii.Builder<CfnUserGroup>Copyright © 2022. All rights reserved.