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