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