Uses of Class
software.amazon.awscdk.services.elasticache.CfnParameterGroup.Builder
Packages that use CfnParameterGroup.Builder
Package
Description
Amazon ElastiCache Construct Library
-
Uses of CfnParameterGroup.Builder in software.amazon.awscdk.services.elasticache
Methods in software.amazon.awscdk.services.elasticache that return CfnParameterGroup.BuilderModifier and TypeMethodDescriptionCfnParameterGroup.Builder.cacheParameterGroupFamily(String cacheParameterGroupFamily) The name of the cache parameter group family that this cache parameter group is compatible with.static CfnParameterGroup.BuilderCfnParameterGroup.Builder.description(String description) The description for this cache parameter group.CfnParameterGroup.Builder.properties(Map<String, String> properties) A comma-delimited list of parameter name/value pairs.CfnParameterGroup.Builder.properties(IResolvable properties) A comma-delimited list of parameter name/value pairs.A tag that can be added to an ElastiCache parameter group.