Class CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetElementRenderingRuleProperty>
- Enclosing interface:
CfnDashboardPropsMixin.SheetElementRenderingRuleProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetElementRenderingRuleProperty>
A builder for
CfnDashboardPropsMixin.SheetElementRenderingRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationOverrides(CfnDashboardPropsMixin.SheetElementConfigurationOverridesProperty configurationOverrides) configurationOverrides(IResolvable configurationOverrides) expression(String expression) Sets the value ofCfnDashboardPropsMixin.SheetElementRenderingRuleProperty.getExpression()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationOverrides
@Stability(Stable) public CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder configurationOverrides(IResolvable configurationOverrides) Sets the value ofCfnDashboardPropsMixin.SheetElementRenderingRuleProperty.getConfigurationOverrides()- Parameters:
configurationOverrides- The override configuration of the rendering rules of a sheet.- Returns:
this
-
configurationOverrides
@Stability(Stable) public CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder configurationOverrides(CfnDashboardPropsMixin.SheetElementConfigurationOverridesProperty configurationOverrides) Sets the value ofCfnDashboardPropsMixin.SheetElementRenderingRuleProperty.getConfigurationOverrides()- Parameters:
configurationOverrides- The override configuration of the rendering rules of a sheet.- Returns:
this
-
expression
@Stability(Stable) public CfnDashboardPropsMixin.SheetElementRenderingRuleProperty.Builder expression(String expression) Sets the value ofCfnDashboardPropsMixin.SheetElementRenderingRuleProperty.getExpression()- Parameters:
expression- The expression of the rendering rules of a sheet.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetElementRenderingRuleProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.SheetElementRenderingRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-