Uses of Class
software.amazon.awscdk.services.elasticache.alpha.UserGroupProps.Builder
Packages that use UserGroupProps.Builder
Package
Description
ElastiCache CDK Construct Library
-
Uses of UserGroupProps.Builder in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return UserGroupProps.BuilderModifier and TypeMethodDescriptionstatic UserGroupProps.Builder
UserGroupProps.builder()
UserGroupProps.Builder.engine
(UserEngine engine) Sets the value ofUserGroupProps.getEngine()
UserGroupProps.Builder.userGroupName
(String userGroupName) Sets the value ofUserGroupProps.getUserGroupName()
Sets the value ofUserGroupProps.getUsers()
Constructors in software.amazon.awscdk.services.elasticache.alpha with parameters of type UserGroupProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(UserGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserGroupProps.Builder
.