@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BarChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
sort-configuration-description
Constructor and Description |
---|
BarChartSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
BarChartSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getCategoryItemsLimit()
The limit on the number of categories displayed in a bar chart.
|
List<FieldSortOptions> |
getCategorySort()
The sort configuration of category fields.
|
ItemsLimitConfiguration |
getColorItemsLimit()
The limit on the number of values displayed in a bar chart.
|
List<FieldSortOptions> |
getColorSort()
The sort configuration of color fields in a bar chart.
|
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 displayed in a bar chart.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
|
void |
setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
void |
setColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
|
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.
|
BarChartSortConfiguration |
withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
|
BarChartSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
|
BarChartSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The sort configuration of category fields.
|
BarChartSortConfiguration |
withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
BarChartSortConfiguration |
withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
|
BarChartSortConfiguration |
withColorSort(FieldSortOptions... colorSort)
The sort configuration of color fields in a bar chart.
|
BarChartSortConfiguration |
withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
BarChartSortConfiguration |
withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
BarChartSortConfiguration |
withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
public List<FieldSortOptions> getCategorySort()
The sort configuration of category fields.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
categorySort
- The sort configuration of category fields.public BarChartSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The sort configuration of 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 category fields.public BarChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
categorySort
- The sort configuration of category fields.public void setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
categoryItemsLimit
- The limit on the number of categories displayed in a bar chart.public ItemsLimitConfiguration getCategoryItemsLimit()
The limit on the number of categories displayed in a bar chart.
public BarChartSortConfiguration withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
categoryItemsLimit
- The limit on the number of categories displayed in a bar chart.public List<FieldSortOptions> getColorSort()
The sort configuration of color fields in a bar chart.
public void setColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
colorSort
- The sort configuration of color fields in a bar chart.public BarChartSortConfiguration withColorSort(FieldSortOptions... colorSort)
The sort configuration of color fields in a bar chart.
NOTE: This method appends the values to the existing list (if any). Use
setColorSort(java.util.Collection)
or withColorSort(java.util.Collection)
if you want to
override the existing values.
colorSort
- The sort configuration of color fields in a bar chart.public BarChartSortConfiguration withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
colorSort
- The sort configuration of color fields in a bar chart.public void setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
colorItemsLimit
- The limit on the number of values displayed in a bar chart.public ItemsLimitConfiguration getColorItemsLimit()
The limit on the number of values displayed in a bar chart.
public BarChartSortConfiguration withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
colorItemsLimit
- The limit on the number of values displayed in a bar 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 BarChartSortConfiguration 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 BarChartSortConfiguration 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 BarChartSortConfiguration 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 BarChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.