@Generated(value="software.amazon.awssdk:codegen") public final class WordCloudOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
The word cloud options for a word cloud visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WordCloudOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WordCloudOptions.Builder |
builder() |
WordCloudCloudLayout |
cloudLayout()
The cloud layout options (fluid, normal) of a word cloud.
|
String |
cloudLayoutAsString()
The cloud layout options (fluid, normal) of a word cloud.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumStringLength()
The length limit of each word from 1-100.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WordCloudOptions.Builder> |
serializableBuilderClass() |
WordCloudOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WordCloudWordCasing |
wordCasing()
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
String |
wordCasingAsString()
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
WordCloudWordOrientation |
wordOrientation()
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
String |
wordOrientationAsString()
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
WordCloudWordPadding |
wordPadding()
The word padding options (none, small, medium, large) for the words in a word cloud.
|
String |
wordPaddingAsString()
The word padding options (none, small, medium, large) for the words in a word cloud.
|
WordCloudWordScaling |
wordScaling()
The word scaling options (emphasize, normal) for the words in a word cloud.
|
String |
wordScalingAsString()
The word scaling options (emphasize, normal) for the words in a word cloud.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WordCloudWordOrientation 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, wordOrientation
will return WordCloudWordOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from wordOrientationAsString().
WordCloudWordOrientationpublic final String 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, wordOrientation
will return WordCloudWordOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from wordOrientationAsString().
WordCloudWordOrientationpublic final WordCloudWordScaling 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, wordScaling will
return WordCloudWordScaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordScalingAsString().
WordCloudWordScalingpublic final String 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, wordScaling will
return WordCloudWordScaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordScalingAsString().
WordCloudWordScalingpublic final WordCloudCloudLayout 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, cloudLayout will
return WordCloudCloudLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from cloudLayoutAsString().
WordCloudCloudLayoutpublic final String 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, cloudLayout will
return WordCloudCloudLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from cloudLayoutAsString().
WordCloudCloudLayoutpublic final WordCloudWordCasing 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, wordCasing will
return WordCloudWordCasing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordCasingAsString().
WordCloudWordCasingpublic final String 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, wordCasing will
return WordCloudWordCasing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordCasingAsString().
WordCloudWordCasingpublic final WordCloudWordPadding 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, wordPadding will
return WordCloudWordPadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordPaddingAsString().
WordCloudWordPaddingpublic final String 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, wordPadding will
return WordCloudWordPadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from wordPaddingAsString().
WordCloudWordPaddingpublic final Integer maximumStringLength()
The length limit of each word from 1-100.
public WordCloudOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>public static WordCloudOptions.Builder builder()
public static Class<? extends WordCloudOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.