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