Class CfnTemplatePropsMixin.RollingDateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.RollingDateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.RollingDateConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.RollingDateConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.RollingDateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.RollingDateConfigurationProperty>
A builder for
CfnTemplatePropsMixin.RollingDateConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataSetIdentifier(String dataSetIdentifier) expression(String expression) Sets the value ofCfnTemplatePropsMixin.RollingDateConfigurationProperty.getExpression()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetIdentifier
@Stability(Stable) public CfnTemplatePropsMixin.RollingDateConfigurationProperty.Builder dataSetIdentifier(String dataSetIdentifier) - Parameters:
dataSetIdentifier- The data set that is used in the rolling date configuration.- Returns:
this
-
expression
@Stability(Stable) public CfnTemplatePropsMixin.RollingDateConfigurationProperty.Builder expression(String expression) Sets the value ofCfnTemplatePropsMixin.RollingDateConfigurationProperty.getExpression()- Parameters:
expression- The expression of the rolling date configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.RollingDateConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.RollingDateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-