@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunnelChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a FunnelChartVisual
.
Constructor and Description |
---|
FunnelChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
FunnelChartConfiguration |
clone() |
boolean |
equals(Object obj) |
ChartAxisLabelOptions |
getCategoryLabelOptions()
The label options of the categories that are displayed in a
FunnelChartVisual . |
FunnelChartDataLabelOptions |
getDataLabelOptions()
The options that determine the presentation of the data labels.
|
FunnelChartFieldWells |
getFieldWells()
The field well configuration of a
FunnelChartVisual . |
FunnelChartSortConfiguration |
getSortConfiguration()
The sort configuration of a
FunnelChartVisual . |
TooltipOptions |
getTooltip()
The tooltip configuration of a
FunnelChartVisual . |
ChartAxisLabelOptions |
getValueLabelOptions()
The label options for the values that are displayed in a
FunnelChartVisual . |
VisualPalette |
getVisualPalette()
The visual palette configuration of a
FunnelChartVisual . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a
FunnelChartVisual . |
void |
setDataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
|
void |
setFieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a
FunnelChartVisual . |
void |
setSortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a
FunnelChartVisual . |
void |
setTooltip(TooltipOptions tooltip)
The tooltip configuration of a
FunnelChartVisual . |
void |
setValueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a
FunnelChartVisual . |
void |
setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
FunnelChartVisual . |
String |
toString()
Returns a string representation of this object.
|
FunnelChartConfiguration |
withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a
FunnelChartVisual . |
FunnelChartConfiguration |
withDataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
|
FunnelChartConfiguration |
withFieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a
FunnelChartVisual . |
FunnelChartConfiguration |
withSortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a
FunnelChartVisual . |
FunnelChartConfiguration |
withTooltip(TooltipOptions tooltip)
The tooltip configuration of a
FunnelChartVisual . |
FunnelChartConfiguration |
withValueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a
FunnelChartVisual . |
FunnelChartConfiguration |
withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
FunnelChartVisual . |
public void setFieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a FunnelChartVisual
.
fieldWells
- The field well configuration of a FunnelChartVisual
.public FunnelChartFieldWells getFieldWells()
The field well configuration of a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withFieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a FunnelChartVisual
.
fieldWells
- The field well configuration of a FunnelChartVisual
.public void setSortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a FunnelChartVisual
.
sortConfiguration
- The sort configuration of a FunnelChartVisual
.public FunnelChartSortConfiguration getSortConfiguration()
The sort configuration of a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withSortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a FunnelChartVisual
.
sortConfiguration
- The sort configuration of a FunnelChartVisual
.public void setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a FunnelChartVisual
.
categoryLabelOptions
- The label options of the categories that are displayed in a FunnelChartVisual
.public ChartAxisLabelOptions getCategoryLabelOptions()
The label options of the categories that are displayed in a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a FunnelChartVisual
.
categoryLabelOptions
- The label options of the categories that are displayed in a FunnelChartVisual
.public void setValueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a FunnelChartVisual
.
valueLabelOptions
- The label options for the values that are displayed in a FunnelChartVisual
.public ChartAxisLabelOptions getValueLabelOptions()
The label options for the values that are displayed in a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withValueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a FunnelChartVisual
.
valueLabelOptions
- The label options for the values that are displayed in a FunnelChartVisual
.public void setTooltip(TooltipOptions tooltip)
The tooltip configuration of a FunnelChartVisual
.
tooltip
- The tooltip configuration of a FunnelChartVisual
.public TooltipOptions getTooltip()
The tooltip configuration of a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withTooltip(TooltipOptions tooltip)
The tooltip configuration of a FunnelChartVisual
.
tooltip
- The tooltip configuration of a FunnelChartVisual
.public void setDataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
dataLabelOptions
- The options that determine the presentation of the data labels.public FunnelChartDataLabelOptions getDataLabelOptions()
The options that determine the presentation of the data labels.
public FunnelChartConfiguration withDataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
dataLabelOptions
- The options that determine the presentation of the data labels.public void setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a FunnelChartVisual
.
visualPalette
- The visual palette configuration of a FunnelChartVisual
.public VisualPalette getVisualPalette()
The visual palette configuration of a FunnelChartVisual
.
FunnelChartVisual
.public FunnelChartConfiguration withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a FunnelChartVisual
.
visualPalette
- The visual palette configuration of a FunnelChartVisual
.public String toString()
toString
in class Object
Object.toString()
public FunnelChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.