@Generated(value="software.amazon.awssdk:codegen") public final class HistogramConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
The configuration for a HistogramVisual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HistogramConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
HistogramBinOptions |
binOptions()
The options that determine the presentation of histogram bins.
|
static HistogramConfiguration.Builder |
builder() |
DataLabelOptions |
dataLabels()
The data label configuration of a histogram.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
HistogramFieldWells |
fieldWells()
The field well configuration of a histogram.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HistogramConfiguration.Builder> |
serializableBuilderClass() |
HistogramConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip configuration of a histogram.
|
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
visualPalette()
The visual palette configuration of a histogram.
|
AxisDisplayOptions |
xAxisDisplayOptions()
The options that determine the presentation of the x-axis.
|
ChartAxisLabelOptions |
xAxisLabelOptions()
The options that determine the presentation of the x-axis label.
|
AxisDisplayOptions |
yAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HistogramFieldWells fieldWells()
The field well configuration of a histogram.
public final AxisDisplayOptions xAxisDisplayOptions()
The options that determine the presentation of the x-axis.
public final ChartAxisLabelOptions xAxisLabelOptions()
The options that determine the presentation of the x-axis label.
public final AxisDisplayOptions yAxisDisplayOptions()
The options that determine the presentation of the y-axis.
public final HistogramBinOptions binOptions()
The options that determine the presentation of histogram bins.
public final DataLabelOptions dataLabels()
The data label configuration of a histogram.
public final TooltipOptions tooltip()
The tooltip configuration of a histogram.
public final VisualPalette visualPalette()
The visual palette configuration of a histogram.
public HistogramConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>public static HistogramConfiguration.Builder builder()
public static Class<? extends HistogramConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.