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