Class HistogramConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.HistogramConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class HistogramConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
The configuration for a
HistogramVisual
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HistogramConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
VisualInteractionOptions
interactions()
The general visual interactions setup for a visual.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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fieldWells
public final HistogramFieldWells fieldWells()
The field well configuration of a histogram.
- Returns:
- The field well configuration of a histogram.
-
xAxisDisplayOptions
public final AxisDisplayOptions xAxisDisplayOptions()
The options that determine the presentation of the x-axis.
- Returns:
- The options that determine the presentation of the x-axis.
-
xAxisLabelOptions
public final ChartAxisLabelOptions xAxisLabelOptions()
The options that determine the presentation of the x-axis label.
- Returns:
- The options that determine the presentation of the x-axis label.
-
yAxisDisplayOptions
public final AxisDisplayOptions yAxisDisplayOptions()
The options that determine the presentation of the y-axis.
- Returns:
- The options that determine the presentation of the y-axis.
-
binOptions
public final HistogramBinOptions binOptions()
The options that determine the presentation of histogram bins.
- Returns:
- The options that determine the presentation of histogram bins.
-
dataLabels
public final DataLabelOptions dataLabels()
The data label configuration of a histogram.
- Returns:
- The data label configuration of a histogram.
-
tooltip
public final TooltipOptions tooltip()
The tooltip configuration of a histogram.
- Returns:
- The tooltip configuration of a histogram.
-
visualPalette
public final VisualPalette visualPalette()
The visual palette configuration of a histogram.
- Returns:
- The visual palette configuration of a histogram.
-
interactions
public final VisualInteractionOptions interactions()
The general visual interactions setup for a visual.
- Returns:
- The general visual interactions setup for a visual.
-
toBuilder
public HistogramConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
-
builder
public static HistogramConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends HistogramConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-