@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WordCloudSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a word cloud visual.
| Constructor and Description |
|---|
WordCloudSortConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
WordCloudSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getCategoryItemsLimit()
The limit on the number of groups that are displayed in a word cloud.
|
List<FieldSortOptions> |
getCategorySort()
The sort configuration of group by fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
|
String |
toString()
Returns a string representation of this object.
|
WordCloudSortConfiguration |
withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
|
WordCloudSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
|
WordCloudSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The sort configuration of group by fields.
|
public void setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
categoryItemsLimit - The limit on the number of groups that are displayed in a word cloud.public ItemsLimitConfiguration getCategoryItemsLimit()
The limit on the number of groups that are displayed in a word cloud.
public WordCloudSortConfiguration withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
categoryItemsLimit - The limit on the number of groups that are displayed in a word cloud.public List<FieldSortOptions> getCategorySort()
The sort configuration of group by fields.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
categorySort - The sort configuration of group by fields.public WordCloudSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The sort configuration of group by 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 group by fields.public WordCloudSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
categorySort - The sort configuration of group by fields.public String toString()
toString in class ObjectObject.toString()public WordCloudSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.