@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WaterfallChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a waterfall visual.
Constructor and Description |
---|
WaterfallChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartConfiguration |
clone() |
boolean |
equals(Object obj) |
AxisDisplayOptions |
getCategoryAxisDisplayOptions()
The options that determine the presentation of the category axis.
|
ChartAxisLabelOptions |
getCategoryAxisLabelOptions()
The options that determine the presentation of the category axis label.
|
WaterfallChartColorConfiguration |
getColorConfiguration()
The color configuration of a waterfall visual.
|
DataLabelOptions |
getDataLabels()
The data label configuration of a waterfall visual.
|
WaterfallChartFieldWells |
getFieldWells()
The field well configuration of a waterfall visual.
|
VisualInteractionOptions |
getInteractions()
The general visual interactions setup for a visual.
|
LegendOptions |
getLegend()
The legend configuration of a waterfall visual.
|
AxisDisplayOptions |
getPrimaryYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
ChartAxisLabelOptions |
getPrimaryYAxisLabelOptions()
The options that determine the presentation of the y-axis label.
|
WaterfallChartSortConfiguration |
getSortConfiguration()
The sort configuration of a waterfall visual.
|
VisualPalette |
getVisualPalette()
The visual palette configuration of a waterfall visual.
|
WaterfallChartOptions |
getWaterfallChartOptions()
The options that determine the presentation of a waterfall visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
void |
setCategoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
|
void |
setColorConfiguration(WaterfallChartColorConfiguration colorConfiguration)
The color configuration of a waterfall visual.
|
void |
setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
|
void |
setFieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
|
void |
setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
void |
setLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
void |
setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
void |
setPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
void |
setSortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
|
void |
setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
void |
setWaterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
|
String |
toString()
Returns a string representation of this object.
|
WaterfallChartConfiguration |
withCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
WaterfallChartConfiguration |
withCategoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
|
WaterfallChartConfiguration |
withColorConfiguration(WaterfallChartColorConfiguration colorConfiguration)
The color configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withFieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
WaterfallChartConfiguration |
withLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
WaterfallChartConfiguration |
withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
WaterfallChartConfiguration |
withSortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
WaterfallChartConfiguration |
withWaterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
|
public void setFieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
fieldWells
- The field well configuration of a waterfall visual.public WaterfallChartFieldWells getFieldWells()
The field well configuration of a waterfall visual.
public WaterfallChartConfiguration withFieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
fieldWells
- The field well configuration of a waterfall visual.public void setSortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
sortConfiguration
- The sort configuration of a waterfall visual.public WaterfallChartSortConfiguration getSortConfiguration()
The sort configuration of a waterfall visual.
public WaterfallChartConfiguration withSortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
sortConfiguration
- The sort configuration of a waterfall visual.public void setWaterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
waterfallChartOptions
- The options that determine the presentation of a waterfall visual.public WaterfallChartOptions getWaterfallChartOptions()
The options that determine the presentation of a waterfall visual.
public WaterfallChartConfiguration withWaterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
waterfallChartOptions
- The options that determine the presentation of a waterfall visual.public void setCategoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
categoryAxisLabelOptions
- The options that determine the presentation of the category axis label.public ChartAxisLabelOptions getCategoryAxisLabelOptions()
The options that determine the presentation of the category axis label.
public WaterfallChartConfiguration withCategoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
categoryAxisLabelOptions
- The options that determine the presentation of the category axis label.public void setCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
categoryAxisDisplayOptions
- The options that determine the presentation of the category axis.public AxisDisplayOptions getCategoryAxisDisplayOptions()
The options that determine the presentation of the category axis.
public WaterfallChartConfiguration withCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
categoryAxisDisplayOptions
- The options that determine the presentation of the category axis.public void setPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
primaryYAxisLabelOptions
- The options that determine the presentation of the y-axis label.public ChartAxisLabelOptions getPrimaryYAxisLabelOptions()
The options that determine the presentation of the y-axis label.
public WaterfallChartConfiguration withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
primaryYAxisLabelOptions
- The options that determine the presentation of the y-axis label.public void setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
primaryYAxisDisplayOptions
- The options that determine the presentation of the y-axis.public AxisDisplayOptions getPrimaryYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
public WaterfallChartConfiguration withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
primaryYAxisDisplayOptions
- The options that determine the presentation of the y-axis.public void setLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
legend
- The legend configuration of a waterfall visual.public LegendOptions getLegend()
The legend configuration of a waterfall visual.
public WaterfallChartConfiguration withLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
legend
- The legend configuration of a waterfall visual.public void setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
dataLabels
- The data label configuration of a waterfall visual.public DataLabelOptions getDataLabels()
The data label configuration of a waterfall visual.
public WaterfallChartConfiguration withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
dataLabels
- The data label configuration of a waterfall visual.public void setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
visualPalette
- The visual palette configuration of a waterfall visual.public VisualPalette getVisualPalette()
The visual palette configuration of a waterfall visual.
public WaterfallChartConfiguration withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
visualPalette
- The visual palette configuration of a waterfall visual.public void setColorConfiguration(WaterfallChartColorConfiguration colorConfiguration)
The color configuration of a waterfall visual.
colorConfiguration
- The color configuration of a waterfall visual.public WaterfallChartColorConfiguration getColorConfiguration()
The color configuration of a waterfall visual.
public WaterfallChartConfiguration withColorConfiguration(WaterfallChartColorConfiguration colorConfiguration)
The color configuration of a waterfall visual.
colorConfiguration
- The color configuration of a waterfall visual.public void setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions
- The general visual interactions setup for a visual.public VisualInteractionOptions getInteractions()
The general visual interactions setup for a visual.
public WaterfallChartConfiguration withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions
- The general visual interactions setup for a visual.public String toString()
toString
in class Object
Object.toString()
public WaterfallChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.