Class CfnTopicPropsMixin.CollectiveConstantProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.CollectiveConstantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicPropsMixin.CollectiveConstantProperty>
- Enclosing interface:
CfnTopicPropsMixin.CollectiveConstantProperty
@Stability(Stable)
public static final class CfnTopicPropsMixin.CollectiveConstantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicPropsMixin.CollectiveConstantProperty>
A builder for
CfnTopicPropsMixin.CollectiveConstantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopicPropsMixin.CollectiveConstantProperty.getValueList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
valueList
@Stability(Stable) public CfnTopicPropsMixin.CollectiveConstantProperty.Builder valueList(List<String> valueList) Sets the value ofCfnTopicPropsMixin.CollectiveConstantProperty.getValueList()- Parameters:
valueList- A list of values for the collective constant.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicPropsMixin.CollectiveConstantProperty>- Returns:
- a new instance of
CfnTopicPropsMixin.CollectiveConstantProperty - Throws:
NullPointerException- if any required attribute was not provided
-