public static final class CfnParameterGroupProps.Builder
extends java.lang.Object
CfnParameterGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnParameterGroupProps |
build()
Builds the configured instance.
|
CfnParameterGroupProps.Builder |
description(java.lang.String description)
Sets the value of
CfnParameterGroupProps.getDescription() |
CfnParameterGroupProps.Builder |
parameterGroupName(java.lang.String parameterGroupName)
Sets the value of
CfnParameterGroupProps.getParameterGroupName() |
CfnParameterGroupProps.Builder |
parameterNameValues(java.lang.Object parameterNameValues)
Sets the value of
CfnParameterGroupProps.getParameterNameValues() |
public CfnParameterGroupProps.Builder description(java.lang.String description)
CfnParameterGroupProps.getDescription()
description
- A description of the parameter group.this
public CfnParameterGroupProps.Builder parameterGroupName(java.lang.String parameterGroupName)
CfnParameterGroupProps.getParameterGroupName()
parameterGroupName
- The name of the parameter group.this
public CfnParameterGroupProps.Builder parameterNameValues(java.lang.Object parameterNameValues)
CfnParameterGroupProps.getParameterNameValues()
parameterNameValues
- An array of name-value pairs for the parameters in the group.
Each element in the array represents a single parameter.
record-ttl-millis
andquery-ttl-millis
are the only supported parameter names. For more details, see Configuring TTL Settings .
this
public CfnParameterGroupProps build()
CfnParameterGroupProps
java.lang.NullPointerException
- if any required attribute was not provided