Interface WordCloudOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>, SdkBuilder<WordCloudOptions.Builder,WordCloudOptions>, SdkPojo
Enclosing class:
WordCloudOptions

public static interface WordCloudOptions.Builder extends SdkPojo, CopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
  • Method Details

    • wordOrientation

      WordCloudOptions.Builder wordOrientation(String wordOrientation)

      The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

      Parameters:
      wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordOrientation

      WordCloudOptions.Builder wordOrientation(WordCloudWordOrientation wordOrientation)

      The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

      Parameters:
      wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordScaling

      WordCloudOptions.Builder wordScaling(String wordScaling)

      The word scaling options (emphasize, normal) for the words in a word cloud.

      Parameters:
      wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordScaling

      The word scaling options (emphasize, normal) for the words in a word cloud.

      Parameters:
      wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloudLayout

      WordCloudOptions.Builder cloudLayout(String cloudLayout)

      The cloud layout options (fluid, normal) of a word cloud.

      Parameters:
      cloudLayout - The cloud layout options (fluid, normal) of a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloudLayout

      The cloud layout options (fluid, normal) of a word cloud.

      Parameters:
      cloudLayout - The cloud layout options (fluid, normal) of a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordCasing

      WordCloudOptions.Builder wordCasing(String wordCasing)

      The word casing options (lower_case, existing_case) for the words in a word cloud.

      Parameters:
      wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordCasing

      The word casing options (lower_case, existing_case) for the words in a word cloud.

      Parameters:
      wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordPadding

      WordCloudOptions.Builder wordPadding(String wordPadding)

      The word padding options (none, small, medium, large) for the words in a word cloud.

      Parameters:
      wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wordPadding

      The word padding options (none, small, medium, large) for the words in a word cloud.

      Parameters:
      wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maximumStringLength

      WordCloudOptions.Builder maximumStringLength(Integer maximumStringLength)

      The length limit of each word from 1-100.

      Parameters:
      maximumStringLength - The length limit of each word from 1-100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.