Interface ComboChartDefaultSeriesSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComboChartDefaultSeriesSettings.Builder,,ComboChartDefaultSeriesSettings> SdkBuilder<ComboChartDefaultSeriesSettings.Builder,,ComboChartDefaultSeriesSettings> SdkPojo
- Enclosing class:
ComboChartDefaultSeriesSettings
-
Method Summary
Modifier and TypeMethodDescriptionborderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for all bar series in the visual.borderSettings(BorderSettings borderSettings) Border settings for all bar series in the visual.decalSettings(Consumer<DecalSettings.Builder> decalSettings) Decal settings for all series in the visual.decalSettings(DecalSettings decalSettings) Decal settings for all series in the visual.lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for all line series in the visual.lineStyleSettings(LineChartLineStyleSettings lineStyleSettings) Line styles options for all line series in the visual.markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for all line series in the visual.markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for all 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
ComboChartDefaultSeriesSettings.Builder lineStyleSettings(LineChartLineStyleSettings lineStyleSettings) Line styles options for all line series in the visual.
- Parameters:
lineStyleSettings- Line styles options for all line series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineStyleSettings
default ComboChartDefaultSeriesSettings.Builder lineStyleSettings(Consumer<LineChartLineStyleSettings.Builder> lineStyleSettings) Line styles options for all 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
ComboChartDefaultSeriesSettings.Builder markerStyleSettings(LineChartMarkerStyleSettings markerStyleSettings) Marker styles options for all line series in the visual.
- Parameters:
markerStyleSettings- Marker styles options for all line series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
markerStyleSettings
default ComboChartDefaultSeriesSettings.Builder markerStyleSettings(Consumer<LineChartMarkerStyleSettings.Builder> markerStyleSettings) Marker styles options for all 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 all series in the visual.
- Parameters:
decalSettings- Decal settings for all series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decalSettings
default ComboChartDefaultSeriesSettings.Builder decalSettings(Consumer<DecalSettings.Builder> decalSettings) Decal settings for all 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 all bar series in the visual.
- Parameters:
borderSettings- Border settings for all bar series in the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderSettings
default ComboChartDefaultSeriesSettings.Builder borderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for all 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:
-