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