Class CfnAnalysisPropsMixin.DataPathSortProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DataPathSortProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathSortProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.DataPathSortProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.DataPathSortProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathSortProperty>
A builder for
CfnAnalysisPropsMixin.DataPathSortProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getDirection()Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getSortPaths()sortPaths(IResolvable sortPaths) Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getSortPaths()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
direction
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathSortProperty.Builder direction(String direction) Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getDirection()- Parameters:
direction- Determines the sort direction.- Returns:
this
-
sortPaths
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathSortProperty.Builder sortPaths(IResolvable sortPaths) Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getSortPaths()- Parameters:
sortPaths- The list of data paths that need to be sorted.- Returns:
this
-
sortPaths
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathSortProperty.Builder sortPaths(List<? extends Object> sortPaths) Sets the value ofCfnAnalysisPropsMixin.DataPathSortProperty.getSortPaths()- Parameters:
sortPaths- The list of data paths that need to be sorted.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathSortProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.DataPathSortProperty - Throws:
NullPointerException- if any required attribute was not provided
-