Interface DataFieldBarSeriesItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataFieldBarSeriesItem.Builder,,DataFieldBarSeriesItem> SdkBuilder<DataFieldBarSeriesItem.Builder,,DataFieldBarSeriesItem> SdkPojo
- Enclosing class:
DataFieldBarSeriesItem
@Mutable
@NotThreadSafe
public static interface DataFieldBarSeriesItem.Builder
extends SdkPojo, CopyableBuilder<DataFieldBarSeriesItem.Builder,DataFieldBarSeriesItem>
-
Method Summary
Modifier and TypeMethodDescriptionField ID of the field that you are setting the series configuration for.fieldValue(String fieldValue) Field value of the field that you are setting the series configuration for.default DataFieldBarSeriesItem.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 that you are setting the series configuration for.
- Parameters:
fieldId- Field ID of the field that you are setting the series configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldValue
Field value of the field that you are setting the series configuration for.
- Parameters:
fieldValue- Field value of the field that you are setting the series configuration for.- 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:
-