Class CfnGroupPropsMixin.ConfigurationItemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourcegroups.CfnGroupPropsMixin.ConfigurationItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupPropsMixin.ConfigurationItemProperty>
- Enclosing interface:
CfnGroupPropsMixin.ConfigurationItemProperty
@Stability(Stable)
public static final class CfnGroupPropsMixin.ConfigurationItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupPropsMixin.ConfigurationItemProperty>
A builder for
CfnGroupPropsMixin.ConfigurationItemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameters(List<? extends Object> parameters) Sets the value ofCfnGroupPropsMixin.ConfigurationItemProperty.getParameters()parameters(IResolvable parameters) Sets the value ofCfnGroupPropsMixin.ConfigurationItemProperty.getParameters()Sets the value ofCfnGroupPropsMixin.ConfigurationItemProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameters
@Stability(Stable) public CfnGroupPropsMixin.ConfigurationItemProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnGroupPropsMixin.ConfigurationItemProperty.getParameters()- Parameters:
parameters- A collection of parameters for this configuration item. For the list of parameters that you can use with each configuration itemType, see Supported resource types and parameters in the Resource Groups User Guide .- Returns:
this
-
parameters
@Stability(Stable) public CfnGroupPropsMixin.ConfigurationItemProperty.Builder parameters(List<? extends Object> parameters) Sets the value ofCfnGroupPropsMixin.ConfigurationItemProperty.getParameters()- Parameters:
parameters- A collection of parameters for this configuration item. For the list of parameters that you can use with each configuration itemType, see Supported resource types and parameters in the Resource Groups User Guide .- Returns:
this
-
type
Sets the value ofCfnGroupPropsMixin.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 Resource Groups User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupPropsMixin.ConfigurationItemProperty>- Returns:
- a new instance of
CfnGroupPropsMixin.ConfigurationItemProperty - Throws:
NullPointerException- if any required attribute was not provided
-