Interface CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
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.*; RelativeDateTimeControlDisplayOptionsProperty relativeDateTimeControlDisplayOptionsProperty = RelativeDateTimeControlDisplayOptionsProperty.builder() .dateTimeFormat("dateTimeFormat") .titleOptions(LabelOptionsProperty.builder() .customLabel("customLabel") .fontConfiguration(FontConfigurationProperty.builder() .fontColor("fontColor") .fontDecoration("fontDecoration") .fontSize(FontSizeProperty.builder() .relative("relative") .build()) .fontStyle("fontStyle") .fontWeight(FontWeightProperty.builder() .name("name") .build()) .build()) .visibility("visibility") .build()) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnTemplate.RelativeDateTimeControlDisplayOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDateTimeFormat
Customize how dates are formatted in controls. -
getTitleOptions
The options to configure the title visibility, name, and font size. -
builder
@Stability(Stable) static CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty.Builder builder()
-