Interface FieldSeriesItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldSeriesItem.Builder,
,FieldSeriesItem> SdkBuilder<FieldSeriesItem.Builder,
,FieldSeriesItem> SdkPojo
- Enclosing class:
FieldSeriesItem
public static interface FieldSeriesItem.Builder
extends SdkPojo, CopyableBuilder<FieldSeriesItem.Builder,FieldSeriesItem>
-
Method Summary
Modifier and TypeMethodDescriptionaxisBinding
(String axisBinding) The axis that you are binding the field to.axisBinding
(AxisBinding axisBinding) The axis that you are binding the field to.The field ID of the field for which you are setting the axis binding.default FieldSeriesItem.Builder
settings
(Consumer<LineChartSeriesSettings.Builder> settings) The options that determine the presentation of line series associated to the field.settings
(LineChartSeriesSettings settings) The options that determine the presentation of line series associated to the field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fieldId
The field ID of the field for which you are setting the axis binding.
- Parameters:
fieldId
- The field ID of the field for which you are setting the axis binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
axisBinding
The axis that you are binding the field to.
- Parameters:
axisBinding
- The axis that you are binding the field to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisBinding
The axis that you are binding the field to.
- Parameters:
axisBinding
- The axis that you are binding the field to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
settings
The options that determine the presentation of line series associated to the field.
- Parameters:
settings
- The options that determine the presentation of line series associated to the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The options that determine the presentation of line series associated to the field.
This is a convenience method that creates an instance of theLineChartSeriesSettings.Builder
avoiding the need to create one manually viaLineChartSeriesSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosettings(LineChartSeriesSettings)
.- Parameters:
settings
- a consumer that will call methods onLineChartSeriesSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-