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