Class CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationItemsLimit(CfnTemplatePropsMixin.ItemsLimitConfigurationProperty destinationItemsLimit) destinationItemsLimit(IResolvable destinationItemsLimit) sourceItemsLimit(CfnTemplatePropsMixin.ItemsLimitConfigurationProperty sourceItemsLimit) sourceItemsLimit(IResolvable sourceItemsLimit) weightSort(List<? extends Object> weightSort) weightSort(IResolvable weightSort)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationItemsLimit
@Stability(Stable) public CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder destinationItemsLimit(IResolvable destinationItemsLimit) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder destinationItemsLimit(CfnTemplatePropsMixin.ItemsLimitConfigurationProperty destinationItemsLimit) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder sourceItemsLimit(IResolvable sourceItemsLimit) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder sourceItemsLimit(CfnTemplatePropsMixin.ItemsLimitConfigurationProperty sourceItemsLimit) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty.Builder weightSort(IResolvable weightSort) - Parameters:
weightSort- The sort configuration of the weight fields.- Returns:
this
-
weightSort
@Stability(Stable) public CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SankeyDiagramSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-