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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WordCloudFieldWells.BuilderwordCloudAggregatedFieldWells(Consumer<WordCloudAggregatedFieldWells.Builder> wordCloudAggregatedFieldWells)The aggregated field wells of a word cloud.WordCloudFieldWells.BuilderwordCloudAggregatedFieldWells(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 Detail
-
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.Builderavoiding the need to create one manually viaWordCloudAggregatedFieldWells.builder().When the
Consumercompletes,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:
wordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells)
-
-