@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WordCloudChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a word cloud visual.
Constructor and Description |
---|
WordCloudChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
WordCloudChartConfiguration |
clone() |
boolean |
equals(Object obj) |
ChartAxisLabelOptions |
getCategoryLabelOptions()
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
|
WordCloudFieldWells |
getFieldWells()
The field wells of the visual.
|
WordCloudSortConfiguration |
getSortConfiguration()
The sort configuration of a word cloud visual.
|
WordCloudOptions |
getWordCloudOptions()
The options for a word cloud visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
|
void |
setFieldWells(WordCloudFieldWells fieldWells)
The field wells of the visual.
|
void |
setSortConfiguration(WordCloudSortConfiguration sortConfiguration)
The sort configuration of a word cloud visual.
|
void |
setWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
|
String |
toString()
Returns a string representation of this object.
|
WordCloudChartConfiguration |
withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
|
WordCloudChartConfiguration |
withFieldWells(WordCloudFieldWells fieldWells)
The field wells of the visual.
|
WordCloudChartConfiguration |
withSortConfiguration(WordCloudSortConfiguration sortConfiguration)
The sort configuration of a word cloud visual.
|
WordCloudChartConfiguration |
withWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
|
public void setFieldWells(WordCloudFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public WordCloudFieldWells getFieldWells()
The field wells of the visual.
public WordCloudChartConfiguration withFieldWells(WordCloudFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public void setSortConfiguration(WordCloudSortConfiguration sortConfiguration)
The sort configuration of a word cloud visual.
sortConfiguration
- The sort configuration of a word cloud visual.public WordCloudSortConfiguration getSortConfiguration()
The sort configuration of a word cloud visual.
public WordCloudChartConfiguration withSortConfiguration(WordCloudSortConfiguration sortConfiguration)
The sort configuration of a word cloud visual.
sortConfiguration
- The sort configuration of a word cloud visual.public void setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
categoryLabelOptions
- The label options (label text, label visibility, and sort icon visibility) for the word cloud category.public ChartAxisLabelOptions getCategoryLabelOptions()
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
public WordCloudChartConfiguration withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
categoryLabelOptions
- The label options (label text, label visibility, and sort icon visibility) for the word cloud category.public void setWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
wordCloudOptions
- The options for a word cloud visual.public WordCloudOptions getWordCloudOptions()
The options for a word cloud visual.
public WordCloudChartConfiguration withWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
wordCloudOptions
- The options for a word cloud visual.public String toString()
toString
in class Object
Object.toString()
public WordCloudChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.