Class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty>
A builder for
CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destination(List<? extends Object> destination) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getDestination()Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getSource()source(IResolvable source) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getSource()Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getWeight()weight(IResolvable weight) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getWeight()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder destination(IResolvable destination) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getDestination()- Parameters:
destination- The destination field wells of a sankey diagram.- Returns:
this
-
destination
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder destination(List<? extends Object> destination) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getDestination()- Parameters:
destination- The destination field wells of a sankey diagram.- Returns:
this
-
source
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder source(IResolvable source) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getSource()- Parameters:
source- The source field wells of a sankey diagram.- Returns:
this
-
source
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder source(List<? extends Object> source) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getSource()- Parameters:
source- The source field wells of a sankey diagram.- Returns:
this
-
weight
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder weight(IResolvable weight) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getWeight()- Parameters:
weight- The weight field wells of a sankey diagram.- Returns:
this
-
weight
@Stability(Stable) public CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.Builder weight(List<? extends Object> weight) Sets the value ofCfnDashboard.SankeyDiagramAggregatedFieldWellsProperty.getWeight()- Parameters:
weight- The weight field wells of a sankey diagram.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.SankeyDiagramAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-