public static final class CfnClusterParameterGroupProps.Builder
extends java.lang.Object
CfnClusterParameterGroupProps
Constructor and Description |
---|
Builder() |
public CfnClusterParameterGroupProps.Builder description(java.lang.String description)
CfnClusterParameterGroupProps.getDescription()
description
- The description of the parameter group. This parameter is required.this
public CfnClusterParameterGroupProps.Builder parameterGroupFamily(java.lang.String parameterGroupFamily)
CfnClusterParameterGroupProps.getParameterGroupFamily()
parameterGroupFamily
- The name of the cluster parameter group family that this cluster parameter group is compatible with. This parameter is required.
You can create a custom parameter group and then associate your cluster with it. For more information, see Amazon Redshift parameter groups .this
public CfnClusterParameterGroupProps.Builder parameterGroupName(java.lang.String parameterGroupName)
CfnClusterParameterGroupProps.getParameterGroupName()
parameterGroupName
- The name of the cluster parameter group.this
public CfnClusterParameterGroupProps.Builder parameters(IResolvable parameters)
CfnClusterParameterGroupProps.getParameters()
parameters
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
this
public CfnClusterParameterGroupProps.Builder parameters(java.util.List<? extends java.lang.Object> parameters)
CfnClusterParameterGroupProps.getParameters()
parameters
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
this
public CfnClusterParameterGroupProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnClusterParameterGroupProps.getTags()
tags
- The list of tags for the cluster parameter group.this
public CfnClusterParameterGroupProps build()
CfnClusterParameterGroupProps
java.lang.NullPointerException
- if any required attribute was not provided