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