Interface PieChartFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PieChartFieldWells.Builder,
,PieChartFieldWells> SdkBuilder<PieChartFieldWells.Builder,
,PieChartFieldWells> SdkPojo
- Enclosing class:
PieChartFieldWells
@Mutable
@NotThreadSafe
public static interface PieChartFieldWells.Builder
extends SdkPojo, CopyableBuilder<PieChartFieldWells.Builder,PieChartFieldWells>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PieChartFieldWells.Builder
pieChartAggregatedFieldWells
(Consumer<PieChartAggregatedFieldWells.Builder> pieChartAggregatedFieldWells) The field well configuration of a pie chart.pieChartAggregatedFieldWells
(PieChartAggregatedFieldWells pieChartAggregatedFieldWells) The field well configuration of a pie chart.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
-
pieChartAggregatedFieldWells
PieChartFieldWells.Builder pieChartAggregatedFieldWells(PieChartAggregatedFieldWells pieChartAggregatedFieldWells) The field well configuration of a pie chart.
- Parameters:
pieChartAggregatedFieldWells
- The field well configuration of a pie chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pieChartAggregatedFieldWells
default PieChartFieldWells.Builder pieChartAggregatedFieldWells(Consumer<PieChartAggregatedFieldWells.Builder> pieChartAggregatedFieldWells) The field well configuration of a pie chart.
This is a convenience method that creates an instance of thePieChartAggregatedFieldWells.Builder
avoiding the need to create one manually viaPieChartAggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topieChartAggregatedFieldWells(PieChartAggregatedFieldWells)
.- Parameters:
pieChartAggregatedFieldWells
- a consumer that will call methods onPieChartAggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-