Class CfnGroup.ConfigurationParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resourcegroups.CfnGroup.ConfigurationParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroup.ConfigurationParameterProperty>
- Enclosing interface:
CfnGroup.ConfigurationParameterProperty
@Stability(Stable)
public static final class CfnGroup.ConfigurationParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroup.ConfigurationParameterProperty>
A builder for
CfnGroup.ConfigurationParameterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnGroup.ConfigurationParameterProperty.getName()
Sets the value ofCfnGroup.ConfigurationParameterProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnGroup.ConfigurationParameterProperty.getName()
- Parameters:
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 .- Returns:
this
-
values
@Stability(Stable) public CfnGroup.ConfigurationParameterProperty.Builder values(List<String> values) Sets the value ofCfnGroup.ConfigurationParameterProperty.getValues()
- Parameters:
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 .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnGroup.ConfigurationParameterProperty>
- Returns:
- a new instance of
CfnGroup.ConfigurationParameterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-