Class CfnTopic.CollectiveConstantProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.CollectiveConstantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.CollectiveConstantProperty>
- Enclosing interface:
CfnTopic.CollectiveConstantProperty
@Stability(Stable)
public static final class CfnTopic.CollectiveConstantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.CollectiveConstantProperty>
A builder for
CfnTopic.CollectiveConstantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopic.CollectiveConstantProperty.getValueList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
valueList
@Stability(Stable) public CfnTopic.CollectiveConstantProperty.Builder valueList(List<String> valueList) Sets the value ofCfnTopic.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<CfnTopic.CollectiveConstantProperty>- Returns:
- a new instance of
CfnTopic.CollectiveConstantProperty - Throws:
NullPointerException- if any required attribute was not provided
-