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