@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistogramConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a HistogramVisual
.
Constructor and Description |
---|
HistogramConfiguration() |
Modifier and Type | Method and Description |
---|---|
HistogramConfiguration |
clone() |
boolean |
equals(Object obj) |
HistogramBinOptions |
getBinOptions()
The options that determine the presentation of histogram bins.
|
DataLabelOptions |
getDataLabels()
The data label configuration of a histogram.
|
HistogramFieldWells |
getFieldWells()
The field well configuration of a histogram.
|
TooltipOptions |
getTooltip()
The tooltip configuration of a histogram.
|
VisualPalette |
getVisualPalette()
The visual palette configuration of a histogram.
|
AxisDisplayOptions |
getXAxisDisplayOptions()
The options that determine the presentation of the x-axis.
|
ChartAxisLabelOptions |
getXAxisLabelOptions()
The options that determine the presentation of the x-axis label.
|
AxisDisplayOptions |
getYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
void |
setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
|
void |
setFieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
|
void |
setTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
void |
setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
void |
setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
void |
setXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
void |
setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
String |
toString()
Returns a string representation of this object.
|
HistogramConfiguration |
withBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
HistogramConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
|
HistogramConfiguration |
withFieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
|
HistogramConfiguration |
withTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
HistogramConfiguration |
withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
HistogramConfiguration |
withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
HistogramConfiguration |
withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
HistogramConfiguration |
withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
public void setFieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
fieldWells
- The field well configuration of a histogram.public HistogramFieldWells getFieldWells()
The field well configuration of a histogram.
public HistogramConfiguration withFieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
fieldWells
- The field well configuration of a histogram.public void setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
xAxisDisplayOptions
- The options that determine the presentation of the x-axis.public AxisDisplayOptions getXAxisDisplayOptions()
The options that determine the presentation of the x-axis.
public HistogramConfiguration withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
xAxisDisplayOptions
- The options that determine the presentation of the x-axis.public void setXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
xAxisLabelOptions
- The options that determine the presentation of the x-axis label.public ChartAxisLabelOptions getXAxisLabelOptions()
The options that determine the presentation of the x-axis label.
public HistogramConfiguration withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
xAxisLabelOptions
- The options that determine the presentation of the x-axis label.public void setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
yAxisDisplayOptions
- The options that determine the presentation of the y-axis.public AxisDisplayOptions getYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
public HistogramConfiguration withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
yAxisDisplayOptions
- The options that determine the presentation of the y-axis.public void setBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
binOptions
- The options that determine the presentation of histogram bins.public HistogramBinOptions getBinOptions()
The options that determine the presentation of histogram bins.
public HistogramConfiguration withBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
binOptions
- The options that determine the presentation of histogram bins.public void setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
dataLabels
- The data label configuration of a histogram.public DataLabelOptions getDataLabels()
The data label configuration of a histogram.
public HistogramConfiguration withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
dataLabels
- The data label configuration of a histogram.public void setTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
tooltip
- The tooltip configuration of a histogram.public TooltipOptions getTooltip()
The tooltip configuration of a histogram.
public HistogramConfiguration withTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
tooltip
- The tooltip configuration of a histogram.public void setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
visualPalette
- The visual palette configuration of a histogram.public VisualPalette getVisualPalette()
The visual palette configuration of a histogram.
public HistogramConfiguration withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
visualPalette
- The visual palette configuration of a histogram.public String toString()
toString
in class Object
Object.toString()
public HistogramConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.