Class WordCloudOptions
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions> 
The word cloud options for a word cloud visual.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic WordCloudOptions.Builderbuilder()final WordCloudCloudLayoutThe cloud layout options (fluid, normal) of a word cloud.final StringThe cloud layout options (fluid, normal) of a word cloud.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe length limit of each word from 1-100.static Class<? extends WordCloudOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final WordCloudWordCasingThe word casing options (lower_case, existing_case) for the words in a word cloud.final StringThe word casing options (lower_case, existing_case) for the words in a word cloud.final WordCloudWordOrientationThe word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.final StringThe word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.final WordCloudWordPaddingThe word padding options (none, small, medium, large) for the words in a word cloud.final StringThe word padding options (none, small, medium, large) for the words in a word cloud.final WordCloudWordScalingThe word scaling options (emphasize, normal) for the words in a word cloud.final StringThe word scaling options (emphasize, normal) for the words in a word cloud.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
wordOrientation
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordOrientationwill returnWordCloudWordOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordOrientationAsString().- Returns:
 - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
 - See Also:
 
 - 
wordOrientationAsString
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordOrientationwill returnWordCloudWordOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordOrientationAsString().- Returns:
 - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
 - See Also:
 
 - 
wordScaling
The word scaling options (emphasize, normal) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordScalingwill returnWordCloudWordScaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordScalingAsString().- Returns:
 - The word scaling options (emphasize, normal) for the words in a word cloud.
 - See Also:
 
 - 
wordScalingAsString
The word scaling options (emphasize, normal) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordScalingwill returnWordCloudWordScaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordScalingAsString().- Returns:
 - The word scaling options (emphasize, normal) for the words in a word cloud.
 - See Also:
 
 - 
cloudLayout
The cloud layout options (fluid, normal) of a word cloud.
If the service returns an enum value that is not available in the current SDK version,
cloudLayoutwill returnWordCloudCloudLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudLayoutAsString().- Returns:
 - The cloud layout options (fluid, normal) of a word cloud.
 - See Also:
 
 - 
cloudLayoutAsString
The cloud layout options (fluid, normal) of a word cloud.
If the service returns an enum value that is not available in the current SDK version,
cloudLayoutwill returnWordCloudCloudLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudLayoutAsString().- Returns:
 - The cloud layout options (fluid, normal) of a word cloud.
 - See Also:
 
 - 
wordCasing
The word casing options (lower_case, existing_case) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordCasingwill returnWordCloudWordCasing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordCasingAsString().- Returns:
 - The word casing options (lower_case, existing_case) for the words in a word cloud.
 - See Also:
 
 - 
wordCasingAsString
The word casing options (lower_case, existing_case) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordCasingwill returnWordCloudWordCasing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordCasingAsString().- Returns:
 - The word casing options (lower_case, existing_case) for the words in a word cloud.
 - See Also:
 
 - 
wordPadding
The word padding options (none, small, medium, large) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordPaddingwill returnWordCloudWordPadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordPaddingAsString().- Returns:
 - The word padding options (none, small, medium, large) for the words in a word cloud.
 - See Also:
 
 - 
wordPaddingAsString
The word padding options (none, small, medium, large) for the words in a word cloud.
If the service returns an enum value that is not available in the current SDK version,
wordPaddingwill returnWordCloudWordPadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwordPaddingAsString().- Returns:
 - The word padding options (none, small, medium, large) for the words in a word cloud.
 - See Also:
 
 - 
maximumStringLength
The length limit of each word from 1-100.
- Returns:
 - The length limit of each word from 1-100.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -