Interface DataFieldComboSeriesItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataFieldComboSeriesItem.Builder,,DataFieldComboSeriesItem> SdkBuilder<DataFieldComboSeriesItem.Builder,,DataFieldComboSeriesItem> SdkPojo
- Enclosing class:
DataFieldComboSeriesItem
@Mutable
@NotThreadSafe
public static interface DataFieldComboSeriesItem.Builder
extends SdkPojo, CopyableBuilder<DataFieldComboSeriesItem.Builder,DataFieldComboSeriesItem>
-
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 DataFieldComboSeriesItem.Buildersettings(Consumer<ComboChartSeriesSettings.Builder> settings) Options that determine the presentation of series associated to the field.settings(ComboChartSeriesSettings settings) Options that determine the presentation of 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 series associated to the field.
- Parameters:
settings- Options that determine the presentation of series associated to the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
default DataFieldComboSeriesItem.Builder settings(Consumer<ComboChartSeriesSettings.Builder> settings) Options that determine the presentation of series associated to the field.
This is a convenience method that creates an instance of theComboChartSeriesSettings.Builderavoiding the need to create one manually viaComboChartSeriesSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(ComboChartSeriesSettings).- Parameters:
settings- a consumer that will call methods onComboChartSeriesSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-