@Stability(value=Stable) public static final class CfnGroup.ConfigurationItemProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGroup.ConfigurationItemProperty>
CfnGroup.ConfigurationItemProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroup.ConfigurationItemProperty |
build()
Builds the configured instance.
|
CfnGroup.ConfigurationItemProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnGroup.ConfigurationItemProperty.getParameters() |
CfnGroup.ConfigurationItemProperty.Builder |
parameters(List<? extends Object> parameters)
Sets the value of
CfnGroup.ConfigurationItemProperty.getParameters() |
CfnGroup.ConfigurationItemProperty.Builder |
type(String type)
Sets the value of
CfnGroup.ConfigurationItemProperty.getType() |
@Stability(value=Stable) public CfnGroup.ConfigurationItemProperty.Builder parameters(IResolvable parameters)
CfnGroup.ConfigurationItemProperty.getParameters()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 .this@Stability(value=Stable) public CfnGroup.ConfigurationItemProperty.Builder parameters(List<? extends Object> parameters)
CfnGroup.ConfigurationItemProperty.getParameters()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 .this@Stability(value=Stable) public CfnGroup.ConfigurationItemProperty.Builder type(String type)
CfnGroup.ConfigurationItemProperty.getType()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 .this@Stability(value=Stable) public CfnGroup.ConfigurationItemProperty build()
build in interface software.amazon.jsii.Builder<CfnGroup.ConfigurationItemProperty>CfnGroup.ConfigurationItemPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.