Class CfnDataSet.ColumnSemanticPropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnSemanticPropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ColumnSemanticPropertyProperty>
- Enclosing interface:
CfnDataSet.ColumnSemanticPropertyProperty
@Stability(Stable)
public static final class CfnDataSet.ColumnSemanticPropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ColumnSemanticPropertyProperty>
A builder for
CfnDataSet.ColumnSemanticPropertyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalNotes(IResolvable additionalNotes) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getAdditionalNotes()additionalNotes(CfnDataSet.AdditionalNotesProperty additionalNotes) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getAdditionalNotes()build()Builds the configured instance.description(IResolvable description) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getDescription()description(CfnDataSet.ColumnDescriptionProperty description) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getDescription()semanticType(IResolvable semanticType) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getSemanticType()semanticType(CfnDataSet.ColumnSemanticTypeProperty semanticType) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getSemanticType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
additionalNotes
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder additionalNotes(IResolvable additionalNotes) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getAdditionalNotes()- Parameters:
additionalNotes- the value to be set.- Returns:
this
-
additionalNotes
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder additionalNotes(CfnDataSet.AdditionalNotesProperty additionalNotes) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getAdditionalNotes()- Parameters:
additionalNotes- the value to be set.- Returns:
this
-
description
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder description(IResolvable description) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getDescription()- Parameters:
description-Metadata that contains a description for a column.
.- Returns:
this
-
description
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder description(CfnDataSet.ColumnDescriptionProperty description) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getDescription()- Parameters:
description-Metadata that contains a description for a column.
.- Returns:
this
-
semanticType
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder semanticType(IResolvable semanticType) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getSemanticType()- Parameters:
semanticType- the value to be set.- Returns:
this
-
semanticType
@Stability(Stable) public CfnDataSet.ColumnSemanticPropertyProperty.Builder semanticType(CfnDataSet.ColumnSemanticTypeProperty semanticType) Sets the value ofCfnDataSet.ColumnSemanticPropertyProperty.getSemanticType()- Parameters:
semanticType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ColumnSemanticPropertyProperty>- Returns:
- a new instance of
CfnDataSet.ColumnSemanticPropertyProperty - Throws:
NullPointerException- if any required attribute was not provided
-