Interface LineChartSeriesSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LineChartSeriesSettings.Builder,,LineChartSeriesSettings> SdkBuilder<LineChartSeriesSettings.Builder,,LineChartSeriesSettings> SdkPojo
- Enclosing class:
 LineChartSeriesSettings
public static interface LineChartSeriesSettings.Builder
extends SdkPojo, CopyableBuilder<LineChartSeriesSettings.Builder,LineChartSeriesSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault LineChartSeriesSettings.BuilderlineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for a line series inLineChartVisual.lineStyleSettings(LineChartLineStyleSettings lineStyleSettings) Line styles options for a line series inLineChartVisual.default LineChartSeriesSettings.BuildermarkerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for a line series inLineChartVisual.markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for a line series inLineChartVisual.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
- 
lineStyleSettings
Line styles options for a line series in
LineChartVisual.- Parameters:
 lineStyleSettings- Line styles options for a line series inLineChartVisual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lineStyleSettings
default LineChartSeriesSettings.Builder lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for a line series in
This is a convenience method that creates an instance of theLineChartVisual.LineChartLineStyleSettings.Builderavoiding the need to create one manually viaLineChartLineStyleSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolineStyleSettings(LineChartLineStyleSettings).- Parameters:
 lineStyleSettings- a consumer that will call methods onLineChartLineStyleSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
markerStyleSettings
LineChartSeriesSettings.Builder markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for a line series in
LineChartVisual.- Parameters:
 markerStyleSettings- Marker styles options for a line series inLineChartVisual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
markerStyleSettings
default LineChartSeriesSettings.Builder markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for a line series in
This is a convenience method that creates an instance of theLineChartVisual.LineChartMarkerStyleSettings.Builderavoiding the need to create one manually viaLineChartMarkerStyleSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomarkerStyleSettings(LineChartMarkerStyleSettings).- Parameters:
 markerStyleSettings- a consumer that will call methods onLineChartMarkerStyleSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -