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