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