Interface CfnDashboard.FilterRelativeDateTimeControlProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.FilterRelativeDateTimeControlProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.FilterRelativeDateTimeControlProperty
extends software.amazon.jsii.JsiiSerializable
A control from a date filter that is used to specify the relative date.
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.*;
FilterRelativeDateTimeControlProperty filterRelativeDateTimeControlProperty = FilterRelativeDateTimeControlProperty.builder()
.filterControlId("filterControlId")
.sourceFilterId("sourceFilterId")
.title("title")
// the properties below are optional
.commitMode("commitMode")
.displayOptions(RelativeDateTimeControlDisplayOptionsProperty.builder()
.dateTimeFormat("dateTimeFormat")
.infoIconLabelOptions(SheetControlInfoIconLabelOptionsProperty.builder()
.infoIconText("infoIconText")
.visibility("visibility")
.build())
.titleOptions(LabelOptionsProperty.builder()
.customLabel("customLabel")
.fontConfiguration(FontConfigurationProperty.builder()
.fontColor("fontColor")
.fontDecoration("fontDecoration")
.fontFamily("fontFamily")
.fontSize(FontSizeProperty.builder()
.absolute("absolute")
.relative("relative")
.build())
.fontStyle("fontStyle")
.fontWeight(FontWeightProperty.builder()
.name("name")
.build())
.build())
.visibility("visibility")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.FilterRelativeDateTimeControlPropertystatic final classAn implementation forCfnDashboard.FilterRelativeDateTimeControlProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe visibility configuration of the Apply button on aFilterRelativeDateTimeControl.default ObjectThe display options of a control.The ID of theFilterTextAreaControl.The source filter ID of theFilterTextAreaControl.getTitle()The title of theFilterTextAreaControl.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFilterControlId
The ID of theFilterTextAreaControl.- See Also:
-
getSourceFilterId
The source filter ID of theFilterTextAreaControl.- See Also:
-
getTitle
The title of theFilterTextAreaControl.- See Also:
-
getCommitMode
The visibility configuration of the Apply button on aFilterRelativeDateTimeControl.- See Also:
-
getDisplayOptions
The display options of a control.Returns union: either
IResolvableorCfnDashboard.RelativeDateTimeControlDisplayOptionsProperty- See Also:
-
builder
-