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