Class CfnDashboard.PluginVisualTableQuerySortProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.PluginVisualTableQuerySortProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.PluginVisualTableQuerySortProperty>
- Enclosing interface:
CfnDashboard.PluginVisualTableQuerySortProperty
@Stability(Stable)
public static final class CfnDashboard.PluginVisualTableQuerySortProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.PluginVisualTableQuerySortProperty>
A builder for
CfnDashboard.PluginVisualTableQuerySortProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.itemsLimitConfiguration(IResolvable itemsLimitConfiguration) itemsLimitConfiguration(CfnDashboard.PluginVisualItemsLimitConfigurationProperty itemsLimitConfiguration) Sets the value ofCfnDashboard.PluginVisualTableQuerySortProperty.getRowSort()rowSort(IResolvable rowSort) Sets the value ofCfnDashboard.PluginVisualTableQuerySortProperty.getRowSort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
itemsLimitConfiguration
@Stability(Stable) public CfnDashboard.PluginVisualTableQuerySortProperty.Builder itemsLimitConfiguration(IResolvable itemsLimitConfiguration) - Parameters:
itemsLimitConfiguration- The maximum amount of data to be returned by a query.- Returns:
this
-
itemsLimitConfiguration
@Stability(Stable) public CfnDashboard.PluginVisualTableQuerySortProperty.Builder itemsLimitConfiguration(CfnDashboard.PluginVisualItemsLimitConfigurationProperty itemsLimitConfiguration) - Parameters:
itemsLimitConfiguration- The maximum amount of data to be returned by a query.- Returns:
this
-
rowSort
@Stability(Stable) public CfnDashboard.PluginVisualTableQuerySortProperty.Builder rowSort(IResolvable rowSort) Sets the value ofCfnDashboard.PluginVisualTableQuerySortProperty.getRowSort()- Parameters:
rowSort- Determines how data is sorted in the response.- Returns:
this
-
rowSort
@Stability(Stable) public CfnDashboard.PluginVisualTableQuerySortProperty.Builder rowSort(List<? extends Object> rowSort) Sets the value ofCfnDashboard.PluginVisualTableQuerySortProperty.getRowSort()- Parameters:
rowSort- Determines how data is sorted in the response.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.PluginVisualTableQuerySortProperty>- Returns:
- a new instance of
CfnDashboard.PluginVisualTableQuerySortProperty - Throws:
NullPointerException- if any required attribute was not provided
-