Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dax.CfnParameterGroupPropsMixin.Builder
Packages that use CfnParameterGroupPropsMixin.Builder
-
Uses of CfnParameterGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dax
Methods in software.amazon.awscdk.cfnpropertymixins.services.dax that return CfnParameterGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnParameterGroupPropsMixin.Builder.create()CfnParameterGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnParameterGroupPropsMixin.Builder.description(String description) A description of the parameter group.CfnParameterGroupPropsMixin.Builder.parameterGroupName(String parameterGroupName) The name of the parameter group.CfnParameterGroupPropsMixin.Builder.parameterNameValues(Object parameterNameValues) An array of name-value pairs for the parameters in the group.