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