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