Interface CfnTemplate.WordCloudOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.WordCloudOptionsProperty extends software.amazon.jsii.JsiiSerializable
The word cloud options for a word cloud visual.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 WordCloudOptionsProperty wordCloudOptionsProperty = WordCloudOptionsProperty.builder()
         .cloudLayout("cloudLayout")
         .maximumStringLength(123)
         .wordCasing("wordCasing")
         .wordOrientation("wordOrientation")
         .wordPadding("wordPadding")
         .wordScaling("wordScaling")
         .build();
 
  • Method Details

    • getCloudLayout

      @Stability(Stable) @Nullable default String getCloudLayout()
      The cloud layout options (fluid, normal) of a word cloud.
    • getMaximumStringLength

      @Stability(Stable) @Nullable default Number getMaximumStringLength()
      The length limit of each word from 1-100.
    • getWordCasing

      @Stability(Stable) @Nullable default String getWordCasing()
      The word casing options (lower_case, existing_case) for the words in a word cloud.
    • getWordOrientation

      @Stability(Stable) @Nullable default String getWordOrientation()
      The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
    • getWordPadding

      @Stability(Stable) @Nullable default String getWordPadding()
      The word padding options (none, small, medium, large) for the words in a word cloud.
    • getWordScaling

      @Stability(Stable) @Nullable default String getWordScaling()
      The word scaling options (emphasize, normal) for the words in a word cloud.
    • builder

      @Stability(Stable) static CfnTemplate.WordCloudOptionsProperty.Builder builder()
      Returns:
      a CfnTemplate.WordCloudOptionsProperty.Builder of CfnTemplate.WordCloudOptionsProperty