Class CfnTemplate.TimeRangeFilterValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.TimeRangeFilterValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.TimeRangeFilterValueProperty>
- Enclosing interface:
CfnTemplate.TimeRangeFilterValueProperty
@Stability(Stable)
public static final class CfnTemplate.TimeRangeFilterValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.TimeRangeFilterValueProperty>
A builder for
CfnTemplate.TimeRangeFilterValueProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getParameter()
rollingDate
(IResolvable rollingDate) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getRollingDate()
rollingDate
(CfnTemplate.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getRollingDate()
staticValue
(String staticValue) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getStaticValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameter
@Stability(Stable) public CfnTemplate.TimeRangeFilterValueProperty.Builder parameter(String parameter) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getParameter()
- Parameters:
parameter
- The parameter type input value.- Returns:
this
-
rollingDate
@Stability(Stable) public CfnTemplate.TimeRangeFilterValueProperty.Builder rollingDate(IResolvable rollingDate) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getRollingDate()
- Parameters:
rollingDate
- The rolling date input value.- Returns:
this
-
rollingDate
@Stability(Stable) public CfnTemplate.TimeRangeFilterValueProperty.Builder rollingDate(CfnTemplate.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getRollingDate()
- Parameters:
rollingDate
- The rolling date input value.- Returns:
this
-
staticValue
@Stability(Stable) public CfnTemplate.TimeRangeFilterValueProperty.Builder staticValue(String staticValue) Sets the value ofCfnTemplate.TimeRangeFilterValueProperty.getStaticValue()
- Parameters:
staticValue
- The static input value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.TimeRangeFilterValueProperty>
- Returns:
- a new instance of
CfnTemplate.TimeRangeFilterValueProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-