Class CfnGroup.ConfigurationItemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resourcegroups.CfnGroup.ConfigurationItemProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnGroup.ConfigurationItemProperty>
- Enclosing interface:
- CfnGroup.ConfigurationItemProperty
@Stability(Stable)
public static final class CfnGroup.ConfigurationItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroup.ConfigurationItemProperty>
A builder for 
CfnGroup.ConfigurationItemProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.parameters(List<? extends Object> parameters) Sets the value ofCfnGroup.ConfigurationItemProperty.getParameters()parameters(IResolvable parameters) Sets the value ofCfnGroup.ConfigurationItemProperty.getParameters()Sets the value ofCfnGroup.ConfigurationItemProperty.getType()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
parameters@Stability(Stable) public CfnGroup.ConfigurationItemProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnGroup.ConfigurationItemProperty.getParameters()- Parameters:
- parameters- A collection of parameters for this configuration item. 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 .
- Returns:
- this
 
- 
parameters@Stability(Stable) public CfnGroup.ConfigurationItemProperty.Builder parameters(List<? extends Object> parameters) Sets the value ofCfnGroup.ConfigurationItemProperty.getParameters()- Parameters:
- parameters- A collection of parameters for this configuration item. 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 .
- Returns:
- this
 
- 
typeSets the value ofCfnGroup.ConfigurationItemProperty.getType()- Parameters:
- type- Specifies the type of configuration item. Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see Supported resource types and parameters in the AWS Resource Groups User Guide .
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnGroup.ConfigurationItemProperty>
- Returns:
- a new instance of CfnGroup.ConfigurationItemProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-