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