Class WordCloudOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.WordCloudOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWordCloudOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WordCloudOptions.Builderbuilder()WordCloudCloudLayoutcloudLayout()The cloud layout options (fluid, normal) of a word cloud.StringcloudLayoutAsString()The cloud layout options (fluid, normal) of a word cloud.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumStringLength()The length limit of each word from 1-100.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WordCloudOptions.Builder>serializableBuilderClass()WordCloudOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.WordCloudWordCasingwordCasing()The word casing options (lower_case, existing_case) for the words in a word cloud.StringwordCasingAsString()The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordOrientationwordOrientation()The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.StringwordOrientationAsString()The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordPaddingwordPadding()The word padding options (none, small, medium, large) for the words in a word cloud.StringwordPaddingAsString()The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordScalingwordScaling()The word scaling options (emphasize, normal) for the words in a word cloud.StringwordScalingAsString()The word scaling options (emphasize, normal) for the words in a word cloud.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
wordOrientation
public 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,
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:
WordCloudWordOrientation
-
wordOrientationAsString
public 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,
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:
WordCloudWordOrientation
-
wordScaling
public 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,
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:
WordCloudWordScaling
-
wordScalingAsString
public 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,
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:
WordCloudWordScaling
-
cloudLayout
public 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,
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:
WordCloudCloudLayout
-
cloudLayoutAsString
public 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,
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:
WordCloudCloudLayout
-
wordCasing
public 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,
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:
WordCloudWordCasing
-
wordCasingAsString
public 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,
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:
WordCloudWordCasing
-
wordPadding
public 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,
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:
WordCloudWordPadding
-
wordPaddingAsString
public 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,
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:
WordCloudWordPadding
-
maximumStringLength
public final Integer maximumStringLength()
The length limit of each word from 1-100.
- Returns:
- The length limit of each word from 1-100.
-
toBuilder
public WordCloudOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
-
builder
public static WordCloudOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends WordCloudOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-