public static interface SankeyDiagramAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<SankeyDiagramAggregatedFieldWells.Builder,SankeyDiagramAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSankeyDiagramAggregatedFieldWells.Builder source(Collection<DimensionField> source)
The source field wells of a sankey diagram.
source - The source field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder source(DimensionField... source)
The source field wells of a sankey diagram.
source - The source field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder source(Consumer<DimensionField.Builder>... source)
The source field wells of a sankey diagram.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #source(List.
source - a consumer that will call methods on
DimensionField.Builder#source(java.util.Collection) SankeyDiagramAggregatedFieldWells.Builder destination(Collection<DimensionField> destination)
The destination field wells of a sankey diagram.
destination - The destination field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder destination(DimensionField... destination)
The destination field wells of a sankey diagram.
destination - The destination field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder destination(Consumer<DimensionField.Builder>... destination)
The destination field wells of a sankey diagram.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #destination(List.
destination - a consumer that will call methods on
DimensionField.Builder#destination(java.util.Collection) SankeyDiagramAggregatedFieldWells.Builder weight(Collection<MeasureField> weight)
The weight field wells of a sankey diagram.
weight - The weight field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder weight(MeasureField... weight)
The weight field wells of a sankey diagram.
weight - The weight field wells of a sankey diagram.SankeyDiagramAggregatedFieldWells.Builder weight(Consumer<MeasureField.Builder>... weight)
The weight field wells of a sankey diagram.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need to create one
manually via MeasureField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #weight(List.
weight - a consumer that will call methods on
MeasureField.Builder#weight(java.util.Collection) Copyright © 2023. All rights reserved.