Interface SankeyDiagramAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SankeyDiagramAggregatedFieldWells.Builder,SankeyDiagramAggregatedFieldWells>,SdkBuilder<SankeyDiagramAggregatedFieldWells.Builder,SankeyDiagramAggregatedFieldWells>,SdkPojo
- Enclosing class:
- SankeyDiagramAggregatedFieldWells
@Mutable @NotThreadSafe public static interface SankeyDiagramAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<SankeyDiagramAggregatedFieldWells.Builder,SankeyDiagramAggregatedFieldWells>
-
-
Method Summary
-
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 Detail
-
source
SankeyDiagramAggregatedFieldWells.Builder source(Collection<DimensionField> 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
SankeyDiagramAggregatedFieldWells.Builder source(DimensionField... 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
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.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#source(List.) - 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:
#source(java.util.Collection)
-
destination
SankeyDiagramAggregatedFieldWells.Builder destination(Collection<DimensionField> 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(DimensionField... 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.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destination(List.) - 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:
#destination(java.util.Collection)
-
weight
SankeyDiagramAggregatedFieldWells.Builder weight(Collection<MeasureField> 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
SankeyDiagramAggregatedFieldWells.Builder weight(MeasureField... 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
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.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#weight(List.) - 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:
#weight(java.util.Collection)
-
-