Class ParameterGroupReference.Builder
java.lang.Object
software.amazon.awscdk.services.elasticache.ParameterGroupReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ParameterGroupReference>
- Enclosing interface:
ParameterGroupReference
@Stability(Stable)
public static final class ParameterGroupReference.Builder
extends Object
implements software.amazon.jsii.Builder<ParameterGroupReference>
A builder for
ParameterGroupReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.cacheParameterGroupName
(String cacheParameterGroupName) Sets the value ofParameterGroupReference.getCacheParameterGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cacheParameterGroupName
@Stability(Stable) public ParameterGroupReference.Builder cacheParameterGroupName(String cacheParameterGroupName) Sets the value ofParameterGroupReference.getCacheParameterGroupName()
- Parameters:
cacheParameterGroupName
- The CacheParameterGroupName of the ParameterGroup resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ParameterGroupReference>
- Returns:
- a new instance of
ParameterGroupReference
- Throws:
NullPointerException
- if any required attribute was not provided
-