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