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 interfaceHistogramConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HistogramBinOptionsbinOptions()The options that determine the presentation of histogram bins.static HistogramConfiguration.Builderbuilder()DataLabelOptionsdataLabels()The data label configuration of a histogram.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)HistogramFieldWellsfieldWells()The field well configuration of a histogram.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VisualInteractionOptionsinteractions()The general visual interactions setup for a visual.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HistogramConfiguration.Builder>serializableBuilderClass()HistogramConfiguration.BuildertoBuilder()TooltipOptionstooltip()The tooltip configuration of a histogram.StringtoString()Returns a string representation of this object.VisualPalettevisualPalette()The visual palette configuration of a histogram.AxisDisplayOptionsxAxisDisplayOptions()The options that determine the presentation of the x-axis.ChartAxisLabelOptionsxAxisLabelOptions()The options that determine the presentation of the x-axis label.AxisDisplayOptionsyAxisDisplayOptions()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-