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