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