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