| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.builder() |
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.category(Collection<DimensionField> category)
The category field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.category(Consumer<DimensionField.Builder>... category)
The category field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.category(DimensionField... category)
The category field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.label(Collection<DimensionField> label)
The label field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.label(Consumer<DimensionField.Builder>... label)
The label field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.label(DimensionField... label)
The label field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.size(Collection<MeasureField> size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.size(Consumer<MeasureField.Builder>... size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.size(MeasureField... size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.toBuilder() |
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.xAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.xAxis(Consumer<MeasureField.Builder>... xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.xAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.yAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.yAxis(Consumer<MeasureField.Builder>... yAxis)
The y-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells.Builder |
ScatterPlotCategoricallyAggregatedFieldWells.Builder.yAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScatterPlotCategoricallyAggregatedFieldWells.Builder> |
ScatterPlotCategoricallyAggregatedFieldWells.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScatterPlotFieldWells.Builder |
ScatterPlotFieldWells.Builder.scatterPlotCategoricallyAggregatedFieldWells(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot.
|
Copyright © 2023. All rights reserved.