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