Interface WordCloudChartConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WordCloudChartConfiguration.Builder,WordCloudChartConfiguration>,SdkBuilder<WordCloudChartConfiguration.Builder,WordCloudChartConfiguration>,SdkPojo
- Enclosing class:
- WordCloudChartConfiguration
@Mutable @NotThreadSafe public static interface WordCloudChartConfiguration.Builder extends SdkPojo, CopyableBuilder<WordCloudChartConfiguration.Builder,WordCloudChartConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WordCloudChartConfiguration.BuildercategoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)The label options (label text, label visibility, and sort icon visibility) for the word cloud category.WordCloudChartConfiguration.BuildercategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)The label options (label text, label visibility, and sort icon visibility) for the word cloud category.default WordCloudChartConfiguration.BuilderfieldWells(Consumer<WordCloudFieldWells.Builder> fieldWells)The field wells of the visual.WordCloudChartConfiguration.BuilderfieldWells(WordCloudFieldWells fieldWells)The field wells of the visual.default WordCloudChartConfiguration.Builderinteractions(Consumer<VisualInteractionOptions.Builder> interactions)The general visual interactions setup for a visual.WordCloudChartConfiguration.Builderinteractions(VisualInteractionOptions interactions)The general visual interactions setup for a visual.default WordCloudChartConfiguration.BuildersortConfiguration(Consumer<WordCloudSortConfiguration.Builder> sortConfiguration)The sort configuration of a word cloud visual.WordCloudChartConfiguration.BuildersortConfiguration(WordCloudSortConfiguration sortConfiguration)The sort configuration of a word cloud visual.default WordCloudChartConfiguration.BuilderwordCloudOptions(Consumer<WordCloudOptions.Builder> wordCloudOptions)The options for a word cloud visual.WordCloudChartConfiguration.BuilderwordCloudOptions(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 Detail
-
fieldWells
WordCloudChartConfiguration.Builder fieldWells(WordCloudFieldWells 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.Builderavoiding the need to create one manually viaWordCloudFieldWells.builder().When the
Consumercompletes,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:
fieldWells(WordCloudFieldWells)
-
sortConfiguration
WordCloudChartConfiguration.Builder sortConfiguration(WordCloudSortConfiguration 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.Builderavoiding the need to create one manually viaWordCloudSortConfiguration.builder().When the
Consumercompletes,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:
sortConfiguration(WordCloudSortConfiguration)
-
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.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,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:
categoryLabelOptions(ChartAxisLabelOptions)
-
wordCloudOptions
WordCloudChartConfiguration.Builder wordCloudOptions(WordCloudOptions 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.Builderavoiding the need to create one manually viaWordCloudOptions.builder().When the
Consumercompletes,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:
wordCloudOptions(WordCloudOptions)
-
interactions
WordCloudChartConfiguration.Builder interactions(VisualInteractionOptions 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.Builderavoiding the need to create one manually viaVisualInteractionOptions.builder().When the
Consumercompletes,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:
interactions(VisualInteractionOptions)
-
-