Class CfnDashboardPropsMixin.KPIConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.KPIConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.KPIConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.KPIConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.KPIConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.KPIConfigurationProperty>
A builder for
CfnDashboardPropsMixin.KPIConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getFieldWells()fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getFieldWells()Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getInteractions()interactions(IResolvable interactions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getInteractions()kpiOptions(CfnDashboardPropsMixin.KPIOptionsProperty kpiOptions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getKpiOptions()kpiOptions(IResolvable kpiOptions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getKpiOptions()sortConfiguration(CfnDashboardPropsMixin.KPISortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getSortConfiguration()sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getSortConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field well configuration of a KPI visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder fieldWells(CfnDashboardPropsMixin.KPIFieldWellsProperty fieldWells) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field well configuration of a KPI visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder interactions(CfnDashboardPropsMixin.VisualInteractionOptionsProperty interactions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
kpiOptions
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder kpiOptions(IResolvable kpiOptions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getKpiOptions()- Parameters:
kpiOptions- The options that determine the presentation of a KPI visual.- Returns:
this
-
kpiOptions
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder kpiOptions(CfnDashboardPropsMixin.KPIOptionsProperty kpiOptions) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getKpiOptions()- Parameters:
kpiOptions- The options that determine the presentation of a KPI visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a KPI visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.KPIConfigurationProperty.Builder sortConfiguration(CfnDashboardPropsMixin.KPISortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboardPropsMixin.KPIConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a KPI visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.KPIConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.KPIConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-