Interface ReferenceLineDataConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReferenceLineDataConfiguration.Builder,
,ReferenceLineDataConfiguration> SdkBuilder<ReferenceLineDataConfiguration.Builder,
,ReferenceLineDataConfiguration> SdkPojo
- Enclosing class:
ReferenceLineDataConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionaxisBinding
(String axisBinding) The axis binding type of the reference line.axisBinding
(AxisBinding axisBinding) The axis binding type of the reference line.dynamicConfiguration
(Consumer<ReferenceLineDynamicDataConfiguration.Builder> dynamicConfiguration) The dynamic configuration of the reference line data configuration.dynamicConfiguration
(ReferenceLineDynamicDataConfiguration dynamicConfiguration) The dynamic configuration of the reference line data configuration.seriesType
(String seriesType) The series type of the reference line data configuration.seriesType
(ReferenceLineSeriesType seriesType) The series type of the reference line data configuration.staticConfiguration
(Consumer<ReferenceLineStaticDataConfiguration.Builder> staticConfiguration) The static data configuration of the reference line data configuration.staticConfiguration
(ReferenceLineStaticDataConfiguration staticConfiguration) The static data configuration of the reference line data configuration.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
-
staticConfiguration
ReferenceLineDataConfiguration.Builder staticConfiguration(ReferenceLineStaticDataConfiguration staticConfiguration) The static data configuration of the reference line data configuration.
- Parameters:
staticConfiguration
- The static data configuration of the reference line data configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticConfiguration
default ReferenceLineDataConfiguration.Builder staticConfiguration(Consumer<ReferenceLineStaticDataConfiguration.Builder> staticConfiguration) The static data configuration of the reference line data configuration.
This is a convenience method that creates an instance of theReferenceLineStaticDataConfiguration.Builder
avoiding the need to create one manually viaReferenceLineStaticDataConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostaticConfiguration(ReferenceLineStaticDataConfiguration)
.- Parameters:
staticConfiguration
- a consumer that will call methods onReferenceLineStaticDataConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dynamicConfiguration
ReferenceLineDataConfiguration.Builder dynamicConfiguration(ReferenceLineDynamicDataConfiguration dynamicConfiguration) The dynamic configuration of the reference line data configuration.
- Parameters:
dynamicConfiguration
- The dynamic configuration of the reference line data configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dynamicConfiguration
default ReferenceLineDataConfiguration.Builder dynamicConfiguration(Consumer<ReferenceLineDynamicDataConfiguration.Builder> dynamicConfiguration) The dynamic configuration of the reference line data configuration.
This is a convenience method that creates an instance of theReferenceLineDynamicDataConfiguration.Builder
avoiding the need to create one manually viaReferenceLineDynamicDataConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todynamicConfiguration(ReferenceLineDynamicDataConfiguration)
.- Parameters:
dynamicConfiguration
- a consumer that will call methods onReferenceLineDynamicDataConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisBinding
The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY
-
SecondaryY
- Parameters:
axisBinding
- The axis binding type of the reference line. Choose one of the following options:-
PrimaryY
-
SecondaryY
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
axisBinding
The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY
-
SecondaryY
- Parameters:
axisBinding
- The axis binding type of the reference line. Choose one of the following options:-
PrimaryY
-
SecondaryY
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
seriesType
The series type of the reference line data configuration. Choose one of the following options:
-
BAR
-
LINE
- Parameters:
seriesType
- The series type of the reference line data configuration. Choose one of the following options:-
BAR
-
LINE
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
seriesType
The series type of the reference line data configuration. Choose one of the following options:
-
BAR
-
LINE
- Parameters:
seriesType
- The series type of the reference line data configuration. Choose one of the following options:-
BAR
-
LINE
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-