Interface CfnAnalysis.AnchorDateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.AnchorDateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.AnchorDateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The date configuration of the filter.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; AnchorDateConfigurationProperty anchorDateConfigurationProperty = AnchorDateConfigurationProperty.builder() .anchorOption("anchorOption") .parameterName("parameterName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.AnchorDateConfigurationProperty
static final class
An implementation forCfnAnalysis.AnchorDateConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnchorOption
The options for the date configuration. Choose one of the options below:.NOW
- See Also:
-
getParameterName
The name of the parameter that is used for the anchor date configuration.- See Also:
-
builder
-