Uses of Class
software.amazon.awscdk.services.elasticache.alpha.ServerlessCacheAttributes.Builder
Packages that use ServerlessCacheAttributes.Builder
Package
Description
ElastiCache CDK Construct Library
-
Uses of ServerlessCacheAttributes.Builder in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return ServerlessCacheAttributes.BuilderModifier and TypeMethodDescriptionServerlessCacheAttributes.Builder.backupArnsToRestore
(List<String> backupArnsToRestore) Sets the value ofServerlessCacheAttributes.getBackupArnsToRestore()
ServerlessCacheAttributes.builder()
ServerlessCacheAttributes.Builder.engine
(CacheEngine engine) Sets the value ofServerlessCacheAttributes.getEngine()
Sets the value ofServerlessCacheAttributes.getKmsKey()
ServerlessCacheAttributes.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofServerlessCacheAttributes.getSecurityGroups()
ServerlessCacheAttributes.Builder.serverlessCacheArn
(String serverlessCacheArn) Sets the value ofServerlessCacheAttributes.getServerlessCacheArn()
ServerlessCacheAttributes.Builder.serverlessCacheName
(String serverlessCacheName) Sets the value ofServerlessCacheAttributes.getServerlessCacheName()
Sets the value ofServerlessCacheAttributes.getSubnets()
ServerlessCacheAttributes.Builder.userGroup
(IUserGroup userGroup) Sets the value ofServerlessCacheAttributes.getUserGroup()
Sets the value ofServerlessCacheAttributes.getVpc()
Constructors in software.amazon.awscdk.services.elasticache.alpha with parameters of type ServerlessCacheAttributes.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theServerlessCacheAttributes.Builder
.