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