Uses of Class
software.amazon.awscdk.services.elasticache.CfnParameterGroupProps.Builder
Package
Description
Amazon ElastiCache Construct Library
-
Uses of CfnParameterGroupProps.Builder in software.amazon.awscdk.services.elasticache
Modifier and TypeMethodDescriptionCfnParameterGroupProps.builder()
CfnParameterGroupProps.Builder.cacheParameterGroupFamily
(String cacheParameterGroupFamily) Sets the value ofCfnParameterGroupProps.getCacheParameterGroupFamily()
CfnParameterGroupProps.Builder.description
(String description) Sets the value ofCfnParameterGroupProps.getDescription()
CfnParameterGroupProps.Builder.properties
(Map<String, String> properties) Sets the value ofCfnParameterGroupProps.getProperties()
CfnParameterGroupProps.Builder.properties
(IResolvable properties) Sets the value ofCfnParameterGroupProps.getProperties()
Sets the value ofCfnParameterGroupProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnParameterGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnParameterGroupProps.Builder
.