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