Interface FieldComboSeriesItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FieldComboSeriesItem.Builder,,FieldComboSeriesItem> SdkBuilder<FieldComboSeriesItem.Builder,,FieldComboSeriesItem> SdkPojo
- Enclosing class:
FieldComboSeriesItem
@Mutable
@NotThreadSafe
public static interface FieldComboSeriesItem.Builder
extends SdkPojo, CopyableBuilder<FieldComboSeriesItem.Builder,FieldComboSeriesItem>
-
Method Summary
Modifier and TypeMethodDescriptionField ID of the field for which you are setting the series configuration.default FieldComboSeriesItem.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 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 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
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:
-