Class CfnTemplate.FieldSortOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FieldSortOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FieldSortOptionsProperty>
- Enclosing interface:
CfnTemplate.FieldSortOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.FieldSortOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FieldSortOptionsProperty>
A builder for
CfnTemplate.FieldSortOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnSort(IResolvable columnSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getColumnSort()columnSort(CfnTemplate.ColumnSortProperty columnSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getColumnSort()fieldSort(IResolvable fieldSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getFieldSort()fieldSort(CfnTemplate.FieldSortProperty fieldSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getFieldSort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnSort
@Stability(Stable) public CfnTemplate.FieldSortOptionsProperty.Builder columnSort(IResolvable columnSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getColumnSort()- Parameters:
columnSort- The sort configuration for a column that is not used in a field well.- Returns:
this
-
columnSort
@Stability(Stable) public CfnTemplate.FieldSortOptionsProperty.Builder columnSort(CfnTemplate.ColumnSortProperty columnSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getColumnSort()- Parameters:
columnSort- The sort configuration for a column that is not used in a field well.- Returns:
this
-
fieldSort
@Stability(Stable) public CfnTemplate.FieldSortOptionsProperty.Builder fieldSort(IResolvable fieldSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getFieldSort()- Parameters:
fieldSort- The sort configuration for a field in a field well.- Returns:
this
-
fieldSort
@Stability(Stable) public CfnTemplate.FieldSortOptionsProperty.Builder fieldSort(CfnTemplate.FieldSortProperty fieldSort) Sets the value ofCfnTemplate.FieldSortOptionsProperty.getFieldSort()- Parameters:
fieldSort- The sort configuration for a field in a field well.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.FieldSortOptionsProperty>- Returns:
- a new instance of
CfnTemplate.FieldSortOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-