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