Interface LineChartSeriesSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineChartSeriesSettings.Builder,LineChartSeriesSettings>,SdkBuilder<LineChartSeriesSettings.Builder,LineChartSeriesSettings>,SdkPojo
- Enclosing class:
- LineChartSeriesSettings
@Mutable @NotThreadSafe public static interface LineChartSeriesSettings.Builder extends SdkPojo, CopyableBuilder<LineChartSeriesSettings.Builder,LineChartSeriesSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LineChartSeriesSettings.BuilderlineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings)Line styles options for a line series inLineChartVisual.LineChartSeriesSettings.BuilderlineStyleSettings(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.LineChartSeriesSettings.BuildermarkerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings)Marker styles options for a line series inLineChartVisual.-
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 Detail
-
lineStyleSettings
LineChartSeriesSettings.Builder lineStyleSettings(LineChartLineStyleSettings 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:
lineStyleSettings(LineChartLineStyleSettings)
-
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:
markerStyleSettings(LineChartMarkerStyleSettings)
-
-