Interface WaterfallChartFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaterfallChartFieldWells.Builder,WaterfallChartFieldWells>,SdkBuilder<WaterfallChartFieldWells.Builder,WaterfallChartFieldWells>,SdkPojo
- Enclosing class:
- WaterfallChartFieldWells
public static interface WaterfallChartFieldWells.Builder extends SdkPojo, CopyableBuilder<WaterfallChartFieldWells.Builder,WaterfallChartFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WaterfallChartFieldWells.BuilderwaterfallChartAggregatedFieldWells(Consumer<WaterfallChartAggregatedFieldWells.Builder> waterfallChartAggregatedFieldWells)The field well configuration of a waterfall visual.WaterfallChartFieldWells.BuilderwaterfallChartAggregatedFieldWells(WaterfallChartAggregatedFieldWells waterfallChartAggregatedFieldWells)The field well configuration of a waterfall 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, sdkFields
-
-
-
-
Method Detail
-
waterfallChartAggregatedFieldWells
WaterfallChartFieldWells.Builder waterfallChartAggregatedFieldWells(WaterfallChartAggregatedFieldWells waterfallChartAggregatedFieldWells)
The field well configuration of a waterfall visual.
- Parameters:
waterfallChartAggregatedFieldWells- The field well configuration of a waterfall visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waterfallChartAggregatedFieldWells
default WaterfallChartFieldWells.Builder waterfallChartAggregatedFieldWells(Consumer<WaterfallChartAggregatedFieldWells.Builder> waterfallChartAggregatedFieldWells)
The field well configuration of a waterfall visual.
This is a convenience method that creates an instance of theWaterfallChartAggregatedFieldWells.Builderavoiding the need to create one manually viaWaterfallChartAggregatedFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towaterfallChartAggregatedFieldWells(WaterfallChartAggregatedFieldWells).- Parameters:
waterfallChartAggregatedFieldWells- a consumer that will call methods onWaterfallChartAggregatedFieldWells.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
waterfallChartAggregatedFieldWells(WaterfallChartAggregatedFieldWells)
-
-