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