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