Class CfnTopic.SemanticTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.SemanticTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.SemanticTypeProperty>
- Enclosing interface:
CfnTopic.SemanticTypeProperty
@Stability(Stable)
public static final class CfnTopic.SemanticTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.SemanticTypeProperty>
A builder for
CfnTopic.SemanticTypeProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.falseyCellValue
(String falseyCellValue) Sets the value ofCfnTopic.SemanticTypeProperty.getFalseyCellValue()
falseyCellValueSynonyms
(List<String> falseyCellValueSynonyms) Sets the value ofCfnTopic.SemanticTypeProperty.getFalseyCellValueSynonyms()
subTypeName
(String subTypeName) Sets the value ofCfnTopic.SemanticTypeProperty.getSubTypeName()
truthyCellValue
(String truthyCellValue) Sets the value ofCfnTopic.SemanticTypeProperty.getTruthyCellValue()
truthyCellValueSynonyms
(List<String> truthyCellValueSynonyms) Sets the value ofCfnTopic.SemanticTypeProperty.getTruthyCellValueSynonyms()
Sets the value ofCfnTopic.SemanticTypeProperty.getTypeName()
typeParameters
(Map<String, String> typeParameters) Sets the value ofCfnTopic.SemanticTypeProperty.getTypeParameters()
typeParameters
(IResolvable typeParameters) Sets the value ofCfnTopic.SemanticTypeProperty.getTypeParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
falseyCellValue
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder falseyCellValue(String falseyCellValue) Sets the value ofCfnTopic.SemanticTypeProperty.getFalseyCellValue()
- Parameters:
falseyCellValue
- The semantic type falsey cell value.- Returns:
this
-
falseyCellValueSynonyms
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder falseyCellValueSynonyms(List<String> falseyCellValueSynonyms) Sets the value ofCfnTopic.SemanticTypeProperty.getFalseyCellValueSynonyms()
- Parameters:
falseyCellValueSynonyms
- The other names or aliases for the false cell value.- Returns:
this
-
subTypeName
Sets the value ofCfnTopic.SemanticTypeProperty.getSubTypeName()
- Parameters:
subTypeName
- The semantic type sub type name.- Returns:
this
-
truthyCellValue
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder truthyCellValue(String truthyCellValue) Sets the value ofCfnTopic.SemanticTypeProperty.getTruthyCellValue()
- Parameters:
truthyCellValue
- The semantic type truthy cell value.- Returns:
this
-
truthyCellValueSynonyms
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder truthyCellValueSynonyms(List<String> truthyCellValueSynonyms) Sets the value ofCfnTopic.SemanticTypeProperty.getTruthyCellValueSynonyms()
- Parameters:
truthyCellValueSynonyms
- The other names or aliases for the true cell value.- Returns:
this
-
typeName
Sets the value ofCfnTopic.SemanticTypeProperty.getTypeName()
- Parameters:
typeName
- The semantic type name.- Returns:
this
-
typeParameters
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder typeParameters(IResolvable typeParameters) Sets the value ofCfnTopic.SemanticTypeProperty.getTypeParameters()
- Parameters:
typeParameters
- The semantic type parameters.- Returns:
this
-
typeParameters
@Stability(Stable) public CfnTopic.SemanticTypeProperty.Builder typeParameters(Map<String, String> typeParameters) Sets the value ofCfnTopic.SemanticTypeProperty.getTypeParameters()
- Parameters:
typeParameters
- The semantic type parameters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTopic.SemanticTypeProperty>
- Returns:
- a new instance of
CfnTopic.SemanticTypeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-