public static interface ScatterPlotFieldWells.Builder extends SdkPojo, CopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>
| Modifier and Type | Method and Description |
|---|---|
default ScatterPlotFieldWells.Builder |
scatterPlotCategoricallyAggregatedFieldWells(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot.
|
ScatterPlotFieldWells.Builder |
scatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot.
|
default ScatterPlotFieldWells.Builder |
scatterPlotUnaggregatedFieldWells(Consumer<ScatterPlotUnaggregatedFieldWells.Builder> scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot.
|
ScatterPlotFieldWells.Builder |
scatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScatterPlotFieldWells.Builder scatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field
wells are aggregated by category, label, or both.default ScatterPlotFieldWells.Builder scatterPlotCategoricallyAggregatedFieldWells(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
This is a convenience method that creates an instance of theScatterPlotCategoricallyAggregatedFieldWells.Builder avoiding the need to create one manually via
ScatterPlotCategoricallyAggregatedFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
scatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells).
scatterPlotCategoricallyAggregatedFieldWells - a consumer that will call methods on ScatterPlotCategoricallyAggregatedFieldWells.BuilderscatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells)ScatterPlotFieldWells.Builder scatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are
unaggregated.default ScatterPlotFieldWells.Builder scatterPlotUnaggregatedFieldWells(Consumer<ScatterPlotUnaggregatedFieldWells.Builder> scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
This is a convenience method that creates an instance of theScatterPlotUnaggregatedFieldWells.Builder avoiding the need to create one manually via
ScatterPlotUnaggregatedFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
scatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells).
scatterPlotUnaggregatedFieldWells - a consumer that will call methods on ScatterPlotUnaggregatedFieldWells.BuilderscatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells)Copyright © 2023. All rights reserved.