Class CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty destinationItemsLimit) destinationItemsLimit(IResolvable destinationItemsLimit) sourceItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty sourceItemsLimit) sourceItemsLimit(IResolvable sourceItemsLimit) weightSort(List<? extends Object> weightSort) weightSort(IResolvable weightSort)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder destinationItemsLimit(IResolvable destinationItemsLimit) Sets the value ofCfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.getDestinationItemsLimit()- Parameters:
destinationItemsLimit- The limit on the number of destination nodes that are displayed in a sankey diagram.- Returns:
this
-
destinationItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder destinationItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty destinationItemsLimit) Sets the value ofCfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.getDestinationItemsLimit()- Parameters:
destinationItemsLimit- The limit on the number of destination nodes that are displayed in a sankey diagram.- Returns:
this
-
sourceItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder sourceItemsLimit(IResolvable sourceItemsLimit) Sets the value ofCfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.getSourceItemsLimit()- Parameters:
sourceItemsLimit- The limit on the number of source nodes that are displayed in a sankey diagram.- Returns:
this
-
sourceItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder sourceItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty sourceItemsLimit) Sets the value ofCfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.getSourceItemsLimit()- Parameters:
sourceItemsLimit- The limit on the number of source nodes that are displayed in a sankey diagram.- Returns:
this
-
weightSort
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder weightSort(IResolvable weightSort) - Parameters:
weightSort- The sort configuration of the weight fields.- Returns:
this
-
weightSort
@Stability(Stable) public CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty.Builder weightSort(List<? extends Object> weightSort) - Parameters:
weightSort- The sort configuration of the weight fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.SankeyDiagramSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-