Uses of Class
software.amazon.awscdk.services.elasticache.alpha.ServerlessCacheProps.Builder
Packages that use ServerlessCacheProps.Builder
Package
Description
ElastiCache CDK Construct Library
-
Uses of ServerlessCacheProps.Builder in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return ServerlessCacheProps.BuilderModifier and TypeMethodDescriptionServerlessCacheProps.Builder.backup
(BackupSettings backup) Sets the value ofServerlessCacheProps.getBackup()
static ServerlessCacheProps.Builder
ServerlessCacheProps.builder()
ServerlessCacheProps.Builder.cacheUsageLimits
(CacheUsageLimitsProperty cacheUsageLimits) Sets the value ofServerlessCacheProps.getCacheUsageLimits()
ServerlessCacheProps.Builder.description
(String description) Sets the value ofServerlessCacheProps.getDescription()
ServerlessCacheProps.Builder.engine
(CacheEngine engine) Sets the value ofServerlessCacheProps.getEngine()
Sets the value ofServerlessCacheProps.getKmsKey()
ServerlessCacheProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofServerlessCacheProps.getSecurityGroups()
ServerlessCacheProps.Builder.serverlessCacheName
(String serverlessCacheName) Sets the value ofServerlessCacheProps.getServerlessCacheName()
ServerlessCacheProps.Builder.userGroup
(IUserGroup userGroup) Sets the value ofServerlessCacheProps.getUserGroup()
Sets the value ofServerlessCacheProps.getVpc()
ServerlessCacheProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofServerlessCacheProps.getVpcSubnets()
Constructors in software.amazon.awscdk.services.elasticache.alpha with parameters of type ServerlessCacheProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ServerlessCacheProps.Builder builder) Constructor that initializes the object based on literal property values passed by theServerlessCacheProps.Builder
.