Interface WordCloudOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>,SdkBuilder<WordCloudOptions.Builder,WordCloudOptions>,SdkPojo
- Enclosing class:
- WordCloudOptions
@Mutable @NotThreadSafe public static interface WordCloudOptions.Builder extends SdkPojo, CopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WordCloudOptions.BuildercloudLayout(String cloudLayout)The cloud layout options (fluid, normal) of a word cloud.WordCloudOptions.BuildercloudLayout(WordCloudCloudLayout cloudLayout)The cloud layout options (fluid, normal) of a word cloud.WordCloudOptions.BuildermaximumStringLength(Integer maximumStringLength)The length limit of each word from 1-100.WordCloudOptions.BuilderwordCasing(String wordCasing)The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudOptions.BuilderwordCasing(WordCloudWordCasing wordCasing)The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudOptions.BuilderwordOrientation(String wordOrientation)The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudOptions.BuilderwordOrientation(WordCloudWordOrientation wordOrientation)The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudOptions.BuilderwordPadding(String wordPadding)The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudOptions.BuilderwordPadding(WordCloudWordPadding wordPadding)The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudOptions.BuilderwordScaling(String wordScaling)The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudOptions.BuilderwordScaling(WordCloudWordScaling wordScaling)The word scaling options (emphasize, normal) for the words in a word cloud.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
WordCloudWordOrientation,WordCloudWordOrientation
-
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:
WordCloudWordOrientation,WordCloudWordOrientation
-
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:
WordCloudWordScaling,WordCloudWordScaling
-
wordScaling
WordCloudOptions.Builder wordScaling(WordCloudWordScaling 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:
WordCloudWordScaling,WordCloudWordScaling
-
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:
WordCloudCloudLayout,WordCloudCloudLayout
-
cloudLayout
WordCloudOptions.Builder cloudLayout(WordCloudCloudLayout 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:
WordCloudCloudLayout,WordCloudCloudLayout
-
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:
WordCloudWordCasing,WordCloudWordCasing
-
wordCasing
WordCloudOptions.Builder wordCasing(WordCloudWordCasing 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:
WordCloudWordCasing,WordCloudWordCasing
-
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:
WordCloudWordPadding,WordCloudWordPadding
-
wordPadding
WordCloudOptions.Builder wordPadding(WordCloudWordPadding 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:
WordCloudWordPadding,WordCloudWordPadding
-
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.
-
-