Interface BarChartSeriesSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BarChartSeriesSettings.Builder,,BarChartSeriesSettings> SdkBuilder<BarChartSeriesSettings.Builder,,BarChartSeriesSettings> SdkPojo
- Enclosing class:
BarChartSeriesSettings
@Mutable
@NotThreadSafe
public static interface BarChartSeriesSettings.Builder
extends SdkPojo, CopyableBuilder<BarChartSeriesSettings.Builder,BarChartSeriesSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BarChartSeriesSettings.BuilderborderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for the bar series.borderSettings(BorderSettings borderSettings) Border settings for the bar series.default BarChartSeriesSettings.BuilderdecalSettings(Consumer<DecalSettings.Builder> decalSettings) Decal settings for the bar series.decalSettings(DecalSettings decalSettings) Decal settings for the bar series.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
-
decalSettings
Decal settings for the bar series.
- Parameters:
decalSettings- Decal settings for the bar series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decalSettings
Decal settings for the bar series.
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.
- Parameters:
borderSettings- Border settings for the bar series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderSettings
default BarChartSeriesSettings.Builder borderSettings(Consumer<BorderSettings.Builder> borderSettings) Border settings for the bar series.
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:
-