Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnParameterGroupPropsMixin.Builder
Packages that use CfnParameterGroupPropsMixin.Builder
-
Uses of CfnParameterGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticache
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticache that return CfnParameterGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnParameterGroupPropsMixin.Builder.cacheParameterGroupFamily(String cacheParameterGroupFamily) The name of the cache parameter group family that this cache parameter group is compatible with.CfnParameterGroupPropsMixin.Builder.create()CfnParameterGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnParameterGroupPropsMixin.Builder.description(String description) The description for this cache parameter group.CfnParameterGroupPropsMixin.Builder.properties(Map<String, String> properties) A comma-delimited list of parameter name/value pairs.CfnParameterGroupPropsMixin.Builder.properties(IResolvable properties) A comma-delimited list of parameter name/value pairs.A tag that can be added to an ElastiCache parameter group.