Class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder destination(IResolvable destination) - Parameters:
destination- The destination field wells of a sankey diagram.- Returns:
this
-
destination
@Stability(Stable) public CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder destination(List<? extends Object> destination) - Parameters:
destination- The destination field wells of a sankey diagram.- Returns:
this
-
source
@Stability(Stable) public CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder source(IResolvable source) - Parameters:
source- The source field wells of a sankey diagram.- Returns:
this
-
source
@Stability(Stable) public CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder source(List<? extends Object> source) - Parameters:
source- The source field wells of a sankey diagram.- Returns:
this
-
weight
@Stability(Stable) public CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty.Builder weight(IResolvable weight) - Parameters:
weight- The weight field wells of a sankey diagram.- Returns:
this
-
weight
@Stability(Stable) public CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SankeyDiagramAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-