Class CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pluginVisualTableQuerySort(CfnAnalysisPropsMixin.PluginVisualTableQuerySortProperty pluginVisualTableQuerySort) pluginVisualTableQuerySort(IResolvable pluginVisualTableQuerySort)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pluginVisualTableQuerySort
@Stability(Stable) public CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.Builder pluginVisualTableQuerySort(IResolvable pluginVisualTableQuerySort) Sets the value ofCfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.getPluginVisualTableQuerySort()- Parameters:
pluginVisualTableQuerySort- The table query sorting options for the plugin visual.- Returns:
this
-
pluginVisualTableQuerySort
@Stability(Stable) public CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.Builder pluginVisualTableQuerySort(CfnAnalysisPropsMixin.PluginVisualTableQuerySortProperty pluginVisualTableQuerySort) Sets the value ofCfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty.getPluginVisualTableQuerySort()- Parameters:
pluginVisualTableQuerySort- The table query sorting options for the plugin visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.PluginVisualSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-