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