public static final class CfnGroup.ConfigurationParameterProperty.Builder
extends java.lang.Object
CfnGroup.ConfigurationParameterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnGroup.ConfigurationParameterProperty |
build()
Builds the configured instance.
|
CfnGroup.ConfigurationParameterProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnGroup.ConfigurationParameterProperty.getName() |
CfnGroup.ConfigurationParameterProperty.Builder |
values(java.util.List<java.lang.String> values)
Sets the value of
CfnGroup.ConfigurationParameterProperty.getValues() |
public CfnGroup.ConfigurationParameterProperty.Builder name(java.lang.String name)
CfnGroup.ConfigurationParameterProperty.getName()
name
- The name of the group configuration parameter.
For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters in the AWS Resource Groups User Guide .this
public CfnGroup.ConfigurationParameterProperty.Builder values(java.util.List<java.lang.String> values)
CfnGroup.ConfigurationParameterProperty.getValues()
values
- The value or values to be used for the specified parameter.
For the list of values you can use with each parameter, see Supported resource types and parameters .this
public CfnGroup.ConfigurationParameterProperty build()
CfnGroup.ConfigurationParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided