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