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