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