Interface SankeyDiagramAggregatedFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SankeyDiagramAggregatedFieldWells.Builder,
,SankeyDiagramAggregatedFieldWells> SdkBuilder<SankeyDiagramAggregatedFieldWells.Builder,
,SankeyDiagramAggregatedFieldWells> SdkPojo
- Enclosing class:
SankeyDiagramAggregatedFieldWells
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(Collection<DimensionField> destination) The destination field wells of a sankey diagram.destination
(Consumer<DimensionField.Builder>... destination) The destination field wells of a sankey diagram.destination
(DimensionField... destination) The destination field wells of a sankey diagram.source
(Collection<DimensionField> source) The source field wells of a sankey diagram.source
(Consumer<DimensionField.Builder>... source) The source field wells of a sankey diagram.source
(DimensionField... source) The source field wells of a sankey diagram.weight
(Collection<MeasureField> weight) The weight field wells of a sankey diagram.weight
(Consumer<MeasureField.Builder>... weight) The weight field wells of a sankey diagram.weight
(MeasureField... weight) The weight field wells of a sankey diagram.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The source field wells of a sankey diagram.
- Parameters:
source
- The source field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source field wells of a sankey diagram.
- Parameters:
source
- The source field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosource(List<DimensionField>)
.- Parameters:
source
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The destination field wells of a sankey diagram.
- Parameters:
destination
- The destination field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The destination field wells of a sankey diagram.
- Parameters:
destination
- The destination field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestination(List<DimensionField>)
.- Parameters:
destination
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
weight
The weight field wells of a sankey diagram.
- Parameters:
weight
- The weight field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weight
The weight field wells of a sankey diagram.
- Parameters:
weight
- The weight field wells of a sankey diagram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toweight(List<MeasureField>)
.- Parameters:
weight
- a consumer that will call methods onMeasureField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-