Interface FieldBarSeriesItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FieldBarSeriesItem.Builder,,FieldBarSeriesItem> SdkBuilder<FieldBarSeriesItem.Builder,,FieldBarSeriesItem> SdkPojo
- Enclosing class:
FieldBarSeriesItem
@Mutable
@NotThreadSafe
public static interface FieldBarSeriesItem.Builder
extends SdkPojo, CopyableBuilder<FieldBarSeriesItem.Builder,FieldBarSeriesItem>
-
Method Summary
Modifier and TypeMethodDescriptionField ID of the field for which you are setting the series configuration.default FieldBarSeriesItem.Buildersettings(Consumer<BarChartSeriesSettings.Builder> settings) Options that determine the presentation of bar series associated to the field.settings(BarChartSeriesSettings settings) Options that determine the presentation of bar series associated to the field.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
-
fieldId
Field ID of the field for which you are setting the series configuration.
- Parameters:
fieldId- Field ID of the field for which you are setting the series configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
Options that determine the presentation of bar series associated to the field.
- Parameters:
settings- Options that determine the presentation of bar series associated to the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
Options that determine the presentation of bar series associated to the field.
This is a convenience method that creates an instance of theBarChartSeriesSettings.Builderavoiding the need to create one manually viaBarChartSeriesSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(BarChartSeriesSettings).- Parameters:
settings- a consumer that will call methods onBarChartSeriesSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-