public static interface ScatterPlotUnaggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<ScatterPlotUnaggregatedFieldWells.Builder,ScatterPlotUnaggregatedFieldWells>
equalsBySdkFields, sdkFields
copy
applyMutation, build
ScatterPlotUnaggregatedFieldWells.Builder xAxis(Collection<DimensionField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
ScatterPlotUnaggregatedFieldWells.Builder xAxis(DimensionField... xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
ScatterPlotUnaggregatedFieldWells.Builder xAxis(Consumer<DimensionField.Builder>... xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
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 #xAxis(List
.
xAxis
- a consumer that will call methods on
DimensionField.Builder
#xAxis(java.util.Collection)
ScatterPlotUnaggregatedFieldWells.Builder yAxis(Collection<DimensionField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
ScatterPlotUnaggregatedFieldWells.Builder yAxis(DimensionField... yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
ScatterPlotUnaggregatedFieldWells.Builder yAxis(Consumer<DimensionField.Builder>... yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
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 #yAxis(List
.
yAxis
- a consumer that will call methods on
DimensionField.Builder
#yAxis(java.util.Collection)
ScatterPlotUnaggregatedFieldWells.Builder size(Collection<MeasureField> size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder size(MeasureField... size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder size(Consumer<MeasureField.Builder>... size)
The size field well of a scatter plot.
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 #size(List
.
size
- a consumer that will call methods on
MeasureField.Builder
#size(java.util.Collection)
ScatterPlotUnaggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category field well of a scatter plot.
category
- The category field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder category(DimensionField... category)
The category field well of a scatter plot.
category
- The category field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category field well of a scatter plot.
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 #category(List
.
category
- a consumer that will call methods on
DimensionField.Builder
#category(java.util.Collection)
ScatterPlotUnaggregatedFieldWells.Builder label(Collection<DimensionField> label)
The label field well of a scatter plot.
label
- The label field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder label(DimensionField... label)
The label field well of a scatter plot.
label
- The label field well of a scatter plot.ScatterPlotUnaggregatedFieldWells.Builder label(Consumer<DimensionField.Builder>... label)
The label field well of a scatter plot.
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 #label(List
.
label
- a consumer that will call methods on
DimensionField.Builder
#label(java.util.Collection)
Copyright © 2023. All rights reserved.