@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
- `AWS::ElastiCache::ParameterGroup.CacheParameterGroupFamily`. This parameter is required.this
@Stability(value=Stable) public CfnParameterGroupProps.Builder description(String description)
CfnParameterGroupProps.getDescription()
description
- `AWS::ElastiCache::ParameterGroup.Description`. This parameter is required.this
@Stability(value=Stable) public CfnParameterGroupProps.Builder properties(IResolvable properties)
CfnParameterGroupProps.getProperties()
properties
- `AWS::ElastiCache::ParameterGroup.Properties`.this
@Stability(value=Stable) public CfnParameterGroupProps.Builder properties(Map<String,String> properties)
CfnParameterGroupProps.getProperties()
properties
- `AWS::ElastiCache::ParameterGroup.Properties`.this
@Stability(value=Stable) public CfnParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnParameterGroupProps.getTags()
tags
- `AWS::ElastiCache::ParameterGroup.Tags`.this
@Stability(value=Stable) public CfnParameterGroupProps build()
build
in interface software.amazon.jsii.Builder<CfnParameterGroupProps>
CfnParameterGroupProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.