Interface LineChartFieldWells.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LineChartFieldWells.Builder,,LineChartFieldWells> SdkBuilder<LineChartFieldWells.Builder,,LineChartFieldWells> SdkPojo
- Enclosing class:
 LineChartFieldWells
public static interface LineChartFieldWells.Builder
extends SdkPojo, CopyableBuilder<LineChartFieldWells.Builder,LineChartFieldWells> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault LineChartFieldWells.BuilderlineChartAggregatedFieldWells(Consumer<LineChartAggregatedFieldWells.Builder> lineChartAggregatedFieldWells) The field well configuration of a line chart.lineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells) The field well configuration of a line chart.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
lineChartAggregatedFieldWells
LineChartFieldWells.Builder lineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells) The field well configuration of a line chart.
- Parameters:
 lineChartAggregatedFieldWells- The field well configuration of a line chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lineChartAggregatedFieldWells
default LineChartFieldWells.Builder lineChartAggregatedFieldWells(Consumer<LineChartAggregatedFieldWells.Builder> lineChartAggregatedFieldWells) The field well configuration of a line chart.
This is a convenience method that creates an instance of theLineChartAggregatedFieldWells.Builderavoiding the need to create one manually viaLineChartAggregatedFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolineChartAggregatedFieldWells(LineChartAggregatedFieldWells).- Parameters:
 lineChartAggregatedFieldWells- a consumer that will call methods onLineChartAggregatedFieldWells.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -