Class CfnDashboardPropsMixin.PivotTableSortByProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PivotTableSortByProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableSortByProperty>
- Enclosing interface:
CfnDashboardPropsMixin.PivotTableSortByProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.PivotTableSortByProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableSortByProperty>
A builder for
CfnDashboardPropsMixin.PivotTableSortByProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getColumn()column(IResolvable column) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getColumn()Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getDataPath()dataPath(IResolvable dataPath) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getDataPath()Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getField()field(IResolvable field) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getField()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder column(IResolvable column) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getColumn()- Parameters:
column- The column sort (field id, direction) for the pivot table sort by options.- Returns:
this
-
column
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder column(CfnDashboardPropsMixin.ColumnSortProperty column) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getColumn()- Parameters:
column- The column sort (field id, direction) for the pivot table sort by options.- Returns:
this
-
dataPath
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder dataPath(IResolvable dataPath) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getDataPath()- Parameters:
dataPath- The data path sort (data path value, direction) for the pivot table sort by options.- Returns:
this
-
dataPath
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder dataPath(CfnDashboardPropsMixin.DataPathSortProperty dataPath) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getDataPath()- Parameters:
dataPath- The data path sort (data path value, direction) for the pivot table sort by options.- Returns:
this
-
field
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder field(IResolvable field) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getField()- Parameters:
field- The field sort (field id, direction) for the pivot table sort by options.- Returns:
this
-
field
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableSortByProperty.Builder field(CfnDashboardPropsMixin.FieldSortProperty field) Sets the value ofCfnDashboardPropsMixin.PivotTableSortByProperty.getField()- Parameters:
field- The field sort (field id, direction) for the pivot table sort by options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableSortByProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.PivotTableSortByProperty - Throws:
NullPointerException- if any required attribute was not provided
-