Interface WordCloudChartConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WordCloudChartConfiguration.Builder,
,WordCloudChartConfiguration> SdkBuilder<WordCloudChartConfiguration.Builder,
,WordCloudChartConfiguration> SdkPojo
- Enclosing class:
WordCloudChartConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncategoryLabelOptions
(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions) The label options (label text, label visibility, and sort icon visibility) for the word cloud category.categoryLabelOptions
(ChartAxisLabelOptions categoryLabelOptions) The label options (label text, label visibility, and sort icon visibility) for the word cloud category.fieldWells
(Consumer<WordCloudFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells
(WordCloudFieldWells fieldWells) The field wells of the visual.interactions
(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions
(VisualInteractionOptions interactions) The general visual interactions setup for a visual.sortConfiguration
(Consumer<WordCloudSortConfiguration.Builder> sortConfiguration) The sort configuration of a word cloud visual.sortConfiguration
(WordCloudSortConfiguration sortConfiguration) The sort configuration of a word cloud visual.wordCloudOptions
(Consumer<WordCloudOptions.Builder> wordCloudOptions) The options for a word cloud visual.wordCloudOptions
(WordCloudOptions wordCloudOptions) The options for a word cloud visual.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 Details
-
fieldWells
The field wells of the visual.
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
default WordCloudChartConfiguration.Builder fieldWells(Consumer<WordCloudFieldWells.Builder> fieldWells) The field wells of the visual.
This is a convenience method that creates an instance of theWordCloudFieldWells.Builder
avoiding the need to create one manually viaWordCloudFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(WordCloudFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onWordCloudFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
The sort configuration of a word cloud visual.
- Parameters:
sortConfiguration
- The sort configuration of a word cloud visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default WordCloudChartConfiguration.Builder sortConfiguration(Consumer<WordCloudSortConfiguration.Builder> sortConfiguration) The sort configuration of a word cloud visual.
This is a convenience method that creates an instance of theWordCloudSortConfiguration.Builder
avoiding the need to create one manually viaWordCloudSortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(WordCloudSortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onWordCloudSortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categoryLabelOptions
WordCloudChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions) The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
- Parameters:
categoryLabelOptions
- The label options (label text, label visibility, and sort icon visibility) for the word cloud category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryLabelOptions
default WordCloudChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions) The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder
avoiding the need to create one manually viaChartAxisLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategoryLabelOptions(ChartAxisLabelOptions)
.- Parameters:
categoryLabelOptions
- a consumer that will call methods onChartAxisLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wordCloudOptions
The options for a word cloud visual.
- Parameters:
wordCloudOptions
- The options for a word cloud visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wordCloudOptions
default WordCloudChartConfiguration.Builder wordCloudOptions(Consumer<WordCloudOptions.Builder> wordCloudOptions) The options for a word cloud visual.
This is a convenience method that creates an instance of theWordCloudOptions.Builder
avoiding the need to create one manually viaWordCloudOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towordCloudOptions(WordCloudOptions)
.- Parameters:
wordCloudOptions
- a consumer that will call methods onWordCloudOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interactions
The general visual interactions setup for a visual.
- Parameters:
interactions
- The general visual interactions setup for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactions
default WordCloudChartConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.
This is a convenience method that creates an instance of theVisualInteractionOptions.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-