public static final class CfnGroup.ConfigurationItemProperty.Builder
extends java.lang.Object
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(java.util.List<? extends java.lang.Object> parameters)
Sets the value of
CfnGroup.ConfigurationItemProperty.getParameters() |
CfnGroup.ConfigurationItemProperty.Builder |
type(java.lang.String type)
Sets the value of
CfnGroup.ConfigurationItemProperty.getType() |
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
public CfnGroup.ConfigurationItemProperty.Builder parameters(java.util.List<? extends java.lang.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
public CfnGroup.ConfigurationItemProperty.Builder type(java.lang.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
public CfnGroup.ConfigurationItemProperty build()
CfnGroup.ConfigurationItemProperty
java.lang.NullPointerException
- if any required attribute was not provided