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