Interface ComboChartSeriesSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComboChartSeriesSettings.Builder,,ComboChartSeriesSettings> SdkBuilder<ComboChartSeriesSettings.Builder,,ComboChartSeriesSettings> SdkPojo
- Enclosing class:
ComboChartSeriesSettings
-
Method Summary
Modifier and TypeMethodDescriptiondefault ComboChartSeriesSettings.BuilderborderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for the bar series in the visual.borderSettings(BorderSettings borderSettings) Border settings for the bar series in the visual.default ComboChartSeriesSettings.BuilderdecalSettings(Consumer<DecalSettings.Builder> decalSettings) Decal settings for the series in the visual.decalSettings(DecalSettings decalSettings) Decal settings for the series in the visual.default ComboChartSeriesSettings.BuilderlineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for the line series in the visual.lineStyleSettings(LineChartLineStyleSettings lineStyleSettings) Line styles options for the line series in the visual.default ComboChartSeriesSettings.BuildermarkerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for the line series in the visual.markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for the line series in the visual.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, sdkFieldNameToField, sdkFields
-
Method Details
-
lineStyleSettings
Line styles options for the line series in the visual.
- Parameters:
lineStyleSettings- Line styles options for the line series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineStyleSettings
default ComboChartSeriesSettings.Builder lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for the line series in the visual.
This is a convenience method that creates an instance of theLineChartLineStyleSettings.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
ComboChartSeriesSettings.Builder markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for the line series in the visual.
- Parameters:
markerStyleSettings- Marker styles options for the line series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
markerStyleSettings
default ComboChartSeriesSettings.Builder markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for the line series in the visual.
This is a convenience method that creates an instance of theLineChartMarkerStyleSettings.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:
-
decalSettings
Decal settings for the series in the visual.
- Parameters:
decalSettings- Decal settings for the series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decalSettings
default ComboChartSeriesSettings.Builder decalSettings(Consumer<DecalSettings.Builder> decalSettings) Decal settings for the series in the visual.
This is a convenience method that creates an instance of theDecalSettings.Builderavoiding the need to create one manually viaDecalSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todecalSettings(DecalSettings).- Parameters:
decalSettings- a consumer that will call methods onDecalSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
borderSettings
Border settings for the bar series in the visual.
- Parameters:
borderSettings- Border settings for the bar series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderSettings
default ComboChartSeriesSettings.Builder borderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for the bar series in the visual.
This is a convenience method that creates an instance of theBorderSettings.Builderavoiding the need to create one manually viaBorderSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toborderSettings(BorderSettings).- Parameters:
borderSettings- a consumer that will call methods onBorderSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-