Class CfnUserGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnUserGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserGroupPropsMixin>
- Enclosing class:
CfnUserGroupPropsMixin
@Stability(Stable)
public static final class CfnUserGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserGroupPropsMixin>
A fluent builder for
CfnUserGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The current supported values are valkey and redis.The list of tags.userGroupId(String userGroupId) The ID of the user group.The list of user IDs that belong to the user group.
-
Method Details
-
create
@Stability(Stable) public static CfnUserGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUserGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUserGroupPropsMixin.Builder.
-
engine
The current supported values are valkey and redis.- Parameters:
engine- The current supported values are valkey and redis. This parameter is required.- Returns:
this- See Also:
-
tags
The list of tags.- Parameters:
tags- The list of tags. This parameter is required.- Returns:
this- See Also:
-
userGroupId
The ID of the user group.- Parameters:
userGroupId- The ID of the user group. This parameter is required.- Returns:
this- See Also:
-
userIds
The list of user IDs that belong to the user group.A user named
defaultmust be included.- Parameters:
userIds- The list of user IDs that belong to the user group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserGroupPropsMixin>- Returns:
- a newly built instance of
CfnUserGroupPropsMixin.
-