Uses of Class
software.amazon.awscdk.services.elasticache.alpha.NoPasswordUserProps.Builder
Packages that use NoPasswordUserProps.Builder
Package
Description
ElastiCache CDK Construct Library
-
Uses of NoPasswordUserProps.Builder in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return NoPasswordUserProps.BuilderModifier and TypeMethodDescriptionNoPasswordUserProps.Builder.accessControl
(AccessControl accessControl) Sets the value ofUserBaseProps.getAccessControl()
static NoPasswordUserProps.Builder
NoPasswordUserProps.builder()
NoPasswordUserProps.Builder.engine
(UserEngine engine) Sets the value ofUserBaseProps.getEngine()
Sets the value ofUserBaseProps.getUserId()
Sets the value ofNoPasswordUserProps.getUserName()
Constructors in software.amazon.awscdk.services.elasticache.alpha with parameters of type NoPasswordUserProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(NoPasswordUserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNoPasswordUserProps.Builder
.