Class CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty>
- Enclosing interface:
CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dateTimeFormat
(String dateTimeFormat) infoIconLabelOptions
(IResolvable infoIconLabelOptions) infoIconLabelOptions
(CfnDashboard.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) titleOptions
(IResolvable titleOptions) titleOptions
(CfnDashboard.LabelOptionsProperty titleOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dateTimeFormat
@Stability(Stable) public CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder dateTimeFormat(String dateTimeFormat) - Parameters:
dateTimeFormat
- Customize how dates are formatted in controls.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder infoIconLabelOptions(IResolvable infoIconLabelOptions) Sets the value ofCfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.getInfoIconLabelOptions()
- Parameters:
infoIconLabelOptions
- The configuration of info icon label options.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder infoIconLabelOptions(CfnDashboard.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) Sets the value ofCfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.getInfoIconLabelOptions()
- Parameters:
infoIconLabelOptions
- The configuration of info icon label options.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) - Parameters:
titleOptions
- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty.Builder titleOptions(CfnDashboard.LabelOptionsProperty titleOptions) - Parameters:
titleOptions
- The options to configure the title visibility, name, and font size.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-