Class CfnAnalysis.DateTimeDefaultValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.DateTimeDefaultValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.DateTimeDefaultValuesProperty>
- Enclosing interface:
CfnAnalysis.DateTimeDefaultValuesProperty
@Stability(Stable)
public static final class CfnAnalysis.DateTimeDefaultValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.DateTimeDefaultValuesProperty>
A builder for
CfnAnalysis.DateTimeDefaultValuesProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dynamicValue
(IResolvable dynamicValue) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getDynamicValue()
dynamicValue
(CfnAnalysis.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getDynamicValue()
rollingDate
(IResolvable rollingDate) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getRollingDate()
rollingDate
(CfnAnalysis.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getRollingDate()
staticValues
(List<String> staticValues) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getStaticValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicValue
@Stability(Stable) public CfnAnalysis.DateTimeDefaultValuesProperty.Builder dynamicValue(IResolvable dynamicValue) Sets the value ofCfnAnalysis.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 CfnAnalysis.DateTimeDefaultValuesProperty.Builder dynamicValue(CfnAnalysis.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnAnalysis.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 CfnAnalysis.DateTimeDefaultValuesProperty.Builder rollingDate(IResolvable rollingDate) Sets the value ofCfnAnalysis.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 CfnAnalysis.DateTimeDefaultValuesProperty.Builder rollingDate(CfnAnalysis.RollingDateConfigurationProperty rollingDate) Sets the value ofCfnAnalysis.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 CfnAnalysis.DateTimeDefaultValuesProperty.Builder staticValues(List<String> staticValues) Sets the value ofCfnAnalysis.DateTimeDefaultValuesProperty.getStaticValues()
- Parameters:
staticValues
- The static values of theDataTimeDefaultValues
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.DateTimeDefaultValuesProperty>
- Returns:
- a new instance of
CfnAnalysis.DateTimeDefaultValuesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-