Class CfnDashboard.FieldSeriesItemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FieldSeriesItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FieldSeriesItemProperty>
- Enclosing interface:
CfnDashboard.FieldSeriesItemProperty
@Stability(Stable)
public static final class CfnDashboard.FieldSeriesItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FieldSeriesItemProperty>
A builder for
CfnDashboard.FieldSeriesItemProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaxisBinding
(String axisBinding) Sets the value ofCfnDashboard.FieldSeriesItemProperty.getAxisBinding()
build()
Builds the configured instance.Sets the value ofCfnDashboard.FieldSeriesItemProperty.getFieldId()
settings
(IResolvable settings) Sets the value ofCfnDashboard.FieldSeriesItemProperty.getSettings()
Sets the value ofCfnDashboard.FieldSeriesItemProperty.getSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
axisBinding
@Stability(Stable) public CfnDashboard.FieldSeriesItemProperty.Builder axisBinding(String axisBinding) Sets the value ofCfnDashboard.FieldSeriesItemProperty.getAxisBinding()
- Parameters:
axisBinding
- The axis that you are binding the field to. This parameter is required.- Returns:
this
-
fieldId
Sets the value ofCfnDashboard.FieldSeriesItemProperty.getFieldId()
- Parameters:
fieldId
- The field ID of the field for which you are setting the axis binding. This parameter is required.- Returns:
this
-
settings
@Stability(Stable) public CfnDashboard.FieldSeriesItemProperty.Builder settings(IResolvable settings) Sets the value ofCfnDashboard.FieldSeriesItemProperty.getSettings()
- Parameters:
settings
- The options that determine the presentation of line series associated to the field.- Returns:
this
-
settings
@Stability(Stable) public CfnDashboard.FieldSeriesItemProperty.Builder settings(CfnDashboard.LineChartSeriesSettingsProperty settings) Sets the value ofCfnDashboard.FieldSeriesItemProperty.getSettings()
- Parameters:
settings
- The options that determine the presentation of line series associated to the field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FieldSeriesItemProperty>
- Returns:
- a new instance of
CfnDashboard.FieldSeriesItemProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-