@Stability(value=Stable) public static final class CfnGroup.ConfigurationParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGroup.ConfigurationParameterProperty>
CfnGroup.ConfigurationParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroup.ConfigurationParameterProperty |
build()
Builds the configured instance.
|
CfnGroup.ConfigurationParameterProperty.Builder |
name(String name)
Sets the value of
CfnGroup.ConfigurationParameterProperty.getName() |
CfnGroup.ConfigurationParameterProperty.Builder |
values(List<String> values)
Sets the value of
CfnGroup.ConfigurationParameterProperty.getValues() |
@Stability(value=Stable) public CfnGroup.ConfigurationParameterProperty.Builder name(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@Stability(value=Stable) public CfnGroup.ConfigurationParameterProperty.Builder values(List<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@Stability(value=Stable) public CfnGroup.ConfigurationParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnGroup.ConfigurationParameterProperty>CfnGroup.ConfigurationParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.