@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PieChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a pie chart.
Constructor and Description |
---|
PieChartSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
PieChartSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getCategoryItemsLimit()
The limit on the number of categories that are displayed in a pie chart.
|
List<FieldSortOptions> |
getCategorySort()
The sort configuration of the category fields.
|
ItemsLimitConfiguration |
getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
|
List<FieldSortOptions> |
getSmallMultiplesSort()
The sort configuration of the small multiples field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
void |
setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
String |
toString()
Returns a string representation of this object.
|
PieChartSortConfiguration |
withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
PieChartSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration |
withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
PieChartSortConfiguration |
withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
PieChartSortConfiguration |
withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
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 PieChartSortConfiguration 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 PieChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort
- The sort configuration of the category fields.public void setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
categoryItemsLimit
- The limit on the number of categories that are displayed in a pie chart.public ItemsLimitConfiguration getCategoryItemsLimit()
The limit on the number of categories that are displayed in a pie chart.
public PieChartSortConfiguration withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
categoryItemsLimit
- The limit on the number of categories that are displayed in a pie chart.public List<FieldSortOptions> getSmallMultiplesSort()
The sort configuration of the small multiples field.
public void setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort
- The sort configuration of the small multiples field.public PieChartSortConfiguration withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
NOTE: This method appends the values to the existing list (if any). Use
setSmallMultiplesSort(java.util.Collection)
or withSmallMultiplesSort(java.util.Collection)
if
you want to override the existing values.
smallMultiplesSort
- The sort configuration of the small multiples field.public PieChartSortConfiguration withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort
- The sort configuration of the small multiples field.public void setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
smallMultiplesLimitConfiguration
- The limit on the number of small multiples panels that are displayed.public ItemsLimitConfiguration getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
public PieChartSortConfiguration withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
smallMultiplesLimitConfiguration
- The limit on the number of small multiples panels that are displayed.public String toString()
toString
in class Object
Object.toString()
public PieChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.