@Stability(value=Stable) public static final class CfnParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnParameterGroupProps>
CfnParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnParameterGroupProps |
build()
Builds the configured instance.
|
CfnParameterGroupProps.Builder |
cacheParameterGroupFamily(String cacheParameterGroupFamily)
Sets the value of
CfnParameterGroupProps.getCacheParameterGroupFamily() |
CfnParameterGroupProps.Builder |
description(String description)
Sets the value of
CfnParameterGroupProps.getDescription() |
CfnParameterGroupProps.Builder |
properties(IResolvable properties)
Sets the value of
CfnParameterGroupProps.getProperties() |
CfnParameterGroupProps.Builder |
properties(Map<String,String> properties)
Sets the value of
CfnParameterGroupProps.getProperties() |
CfnParameterGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnParameterGroupProps.getTags() |
@Stability(value=Stable) public CfnParameterGroupProps.Builder cacheParameterGroupFamily(String cacheParameterGroupFamily)
CfnParameterGroupProps.getCacheParameterGroupFamily()cacheParameterGroupFamily - The name of the cache parameter group family that this cache parameter group is compatible with. This parameter is required.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.xthis@Stability(value=Stable) public CfnParameterGroupProps.Builder description(String description)
CfnParameterGroupProps.getDescription()description - The description for this cache parameter group. This parameter is required.this@Stability(value=Stable) public CfnParameterGroupProps.Builder properties(IResolvable properties)
CfnParameterGroupProps.getProperties()properties - A comma-delimited list of parameter name/value pairs.
For more information, see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide .
For example:
"Properties" : { "cas_disabled" : "1", "chunk_size_growth_factor" : "1.02"
}
this@Stability(value=Stable) public CfnParameterGroupProps.Builder properties(Map<String,String> properties)
CfnParameterGroupProps.getProperties()properties - A comma-delimited list of parameter name/value pairs.
For more information, see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide .
For example:
"Properties" : { "cas_disabled" : "1", "chunk_size_growth_factor" : "1.02"
}
this@Stability(value=Stable) public CfnParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnParameterGroupProps.getTags()tags - A tag that can be added to an ElastiCache parameter group.
Tags are composed of a Key/Value pair. You can use tags to categorize and track all your parameter groups. A tag with a null Value is permitted.this@Stability(value=Stable) public CfnParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnParameterGroupProps>CfnParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.