@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WaterfallChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a waterfall visual.
Constructor and Description |
---|
WaterfallChartSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getBreakdownItemsLimit()
The limit on the number of bar groups that are displayed.
|
List<FieldSortOptions> |
getCategorySort()
The sort configuration of the category fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
String |
toString()
Returns a string representation of this object.
|
WaterfallChartSortConfiguration |
withBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
WaterfallChartSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
public List<FieldSortOptions> getCategorySort()
The sort configuration of the category fields.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort
- The sort configuration of the category fields.public WaterfallChartSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
NOTE: This method appends the values to the existing list (if any). Use
setCategorySort(java.util.Collection)
or withCategorySort(java.util.Collection)
if you want to
override the existing values.
categorySort
- The sort configuration of the category fields.public WaterfallChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort
- The sort configuration of the category fields.public void setBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
breakdownItemsLimit
- The limit on the number of bar groups that are displayed.public ItemsLimitConfiguration getBreakdownItemsLimit()
The limit on the number of bar groups that are displayed.
public WaterfallChartSortConfiguration withBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
breakdownItemsLimit
- The limit on the number of bar groups that are displayed.public String toString()
toString
in class Object
Object.toString()
public WaterfallChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.