Interface WordCloudFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WordCloudFieldWells.Builder,
,WordCloudFieldWells> SdkBuilder<WordCloudFieldWells.Builder,
,WordCloudFieldWells> SdkPojo
- Enclosing class:
WordCloudFieldWells
@Mutable
@NotThreadSafe
public static interface WordCloudFieldWells.Builder
extends SdkPojo, CopyableBuilder<WordCloudFieldWells.Builder,WordCloudFieldWells>
-
Method Summary
Modifier and TypeMethodDescriptiondefault WordCloudFieldWells.Builder
wordCloudAggregatedFieldWells
(Consumer<WordCloudAggregatedFieldWells.Builder> wordCloudAggregatedFieldWells) The aggregated field wells of a word cloud.wordCloudAggregatedFieldWells
(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells) The aggregated field wells of 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 Details
-
wordCloudAggregatedFieldWells
WordCloudFieldWells.Builder wordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells) The aggregated field wells of a word cloud.
- Parameters:
wordCloudAggregatedFieldWells
- The aggregated field wells of a word cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wordCloudAggregatedFieldWells
default WordCloudFieldWells.Builder wordCloudAggregatedFieldWells(Consumer<WordCloudAggregatedFieldWells.Builder> wordCloudAggregatedFieldWells) The aggregated field wells of a word cloud.
This is a convenience method that creates an instance of theWordCloudAggregatedFieldWells.Builder
avoiding the need to create one manually viaWordCloudAggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells)
.- Parameters:
wordCloudAggregatedFieldWells
- a consumer that will call methods onWordCloudAggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-