Class CfnTemplatePropsMixin.KPISortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.KPISortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.KPISortConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.KPISortConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.KPISortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.KPISortConfigurationProperty>
A builder for
CfnTemplatePropsMixin.KPISortConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.trendGroupSort(List<? extends Object> trendGroupSort) Sets the value ofCfnTemplatePropsMixin.KPISortConfigurationProperty.getTrendGroupSort()trendGroupSort(IResolvable trendGroupSort) Sets the value ofCfnTemplatePropsMixin.KPISortConfigurationProperty.getTrendGroupSort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
trendGroupSort
@Stability(Stable) public CfnTemplatePropsMixin.KPISortConfigurationProperty.Builder trendGroupSort(IResolvable trendGroupSort) Sets the value ofCfnTemplatePropsMixin.KPISortConfigurationProperty.getTrendGroupSort()- Parameters:
trendGroupSort- The sort configuration of the trend group fields.- Returns:
this
-
trendGroupSort
@Stability(Stable) public CfnTemplatePropsMixin.KPISortConfigurationProperty.Builder trendGroupSort(List<? extends Object> trendGroupSort) Sets the value ofCfnTemplatePropsMixin.KPISortConfigurationProperty.getTrendGroupSort()- Parameters:
trendGroupSort- The sort configuration of the trend group fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.KPISortConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.KPISortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-