Interface ComboChartFieldWells.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ComboChartFieldWells.Builder,ComboChartFieldWells>
,SdkBuilder<ComboChartFieldWells.Builder,ComboChartFieldWells>
,SdkPojo
- Enclosing class:
- ComboChartFieldWells
public static interface ComboChartFieldWells.Builder extends SdkPojo, CopyableBuilder<ComboChartFieldWells.Builder,ComboChartFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ComboChartFieldWells.Builder
comboChartAggregatedFieldWells(Consumer<ComboChartAggregatedFieldWells.Builder> comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart.ComboChartFieldWells.Builder
comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo 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, sdkFields
-
-
-
-
Method Detail
-
comboChartAggregatedFieldWells
ComboChartFieldWells.Builder comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- Parameters:
comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comboChartAggregatedFieldWells
default ComboChartFieldWells.Builder comboChartAggregatedFieldWells(Consumer<ComboChartAggregatedFieldWells.Builder> comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
This is a convenience method that creates an instance of theComboChartAggregatedFieldWells.Builder
avoiding the need to create one manually viaComboChartAggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocomboChartAggregatedFieldWells(ComboChartAggregatedFieldWells)
.- Parameters:
comboChartAggregatedFieldWells
- a consumer that will call methods onComboChartAggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells)
-
-