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