Class CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SankeyDiagramChartConfigurationProperty>
- Enclosing interface:
CfnTemplate.SankeyDiagramChartConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SankeyDiagramChartConfigurationProperty>
A builder for
CfnTemplate.SankeyDiagramChartConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataLabels
(IResolvable dataLabels) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getDataLabels()
dataLabels
(CfnTemplate.DataLabelOptionsProperty dataLabels) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getDataLabels()
fieldWells
(IResolvable fieldWells) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getFieldWells()
Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getFieldWells()
sortConfiguration
(IResolvable sortConfiguration) sortConfiguration
(CfnTemplate.SankeyDiagramSortConfigurationProperty sortConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataLabels
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder dataLabels(IResolvable dataLabels) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getDataLabels()
- Parameters:
dataLabels
- The data label configuration of a sankey diagram.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder dataLabels(CfnTemplate.DataLabelOptionsProperty dataLabels) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getDataLabels()
- Parameters:
dataLabels
- The data label configuration of a sankey diagram.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field well configuration of a sankey diagram.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder fieldWells(CfnTemplate.SankeyDiagramFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.SankeyDiagramChartConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field well configuration of a sankey diagram.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) - Parameters:
sortConfiguration
- The sort configuration of a sankey diagram.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.SankeyDiagramChartConfigurationProperty.Builder sortConfiguration(CfnTemplate.SankeyDiagramSortConfigurationProperty sortConfiguration) - Parameters:
sortConfiguration
- The sort configuration of a sankey diagram.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.SankeyDiagramChartConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.SankeyDiagramChartConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-