Class CfnDashboard.DateTimeDefaultValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.DateTimeDefaultValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.DateTimeDefaultValuesProperty>
- Enclosing interface:
CfnDashboard.DateTimeDefaultValuesProperty
@Stability(Stable)
public static final class CfnDashboard.DateTimeDefaultValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.DateTimeDefaultValuesProperty>
A builder for
CfnDashboard.DateTimeDefaultValuesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dynamicValue
(IResolvable dynamicValue) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getDynamicValue()
dynamicValue
(CfnDashboard.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getDynamicValue()
rollingDate
(IResolvable rollingDate) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getRollingDate()
rollingDate
(CfnDashboard.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getRollingDate()
staticValues
(List<String> staticValues) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getStaticValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicValue
@Stability(Stable) public CfnDashboard.DateTimeDefaultValuesProperty.Builder dynamicValue(IResolvable dynamicValue) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getDynamicValue()
- Parameters:
dynamicValue
- The dynamic value of theDataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.- Returns:
this
-
dynamicValue
@Stability(Stable) public CfnDashboard.DateTimeDefaultValuesProperty.Builder dynamicValue(CfnDashboard.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getDynamicValue()
- Parameters:
dynamicValue
- The dynamic value of theDataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.- Returns:
this
-
rollingDate
@Stability(Stable) public CfnDashboard.DateTimeDefaultValuesProperty.Builder rollingDate(IResolvable rollingDate) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getRollingDate()
- Parameters:
rollingDate
- The rolling date of theDataTimeDefaultValues
. The date is determined from the dataset based on input expression.- Returns:
this
-
rollingDate
@Stability(Stable) public CfnDashboard.DateTimeDefaultValuesProperty.Builder rollingDate(CfnDashboard.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getRollingDate()
- Parameters:
rollingDate
- The rolling date of theDataTimeDefaultValues
. The date is determined from the dataset based on input expression.- Returns:
this
-
staticValues
@Stability(Stable) public CfnDashboard.DateTimeDefaultValuesProperty.Builder staticValues(List<String> staticValues) Sets the value ofCfnDashboard.DateTimeDefaultValuesProperty.getStaticValues()
- Parameters:
staticValues
- The static values of theDataTimeDefaultValues
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.DateTimeDefaultValuesProperty>
- Returns:
- a new instance of
CfnDashboard.DateTimeDefaultValuesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-