Interface DateTimePickerControlDisplayOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
,SdkBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
,SdkPojo
- Enclosing class:
- DateTimePickerControlDisplayOptions
public static interface DateTimePickerControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DateTimePickerControlDisplayOptions.Builder
dateIconVisibility(String dateIconVisibility)
The date icon visibility of theDateTimePickerControlDisplayOptions
.DateTimePickerControlDisplayOptions.Builder
dateIconVisibility(Visibility dateIconVisibility)
The date icon visibility of theDateTimePickerControlDisplayOptions
.DateTimePickerControlDisplayOptions.Builder
dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.DateTimePickerControlDisplayOptions.Builder
helperTextVisibility(String helperTextVisibility)
The helper text visibility of theDateTimePickerControlDisplayOptions
.DateTimePickerControlDisplayOptions.Builder
helperTextVisibility(Visibility helperTextVisibility)
The helper text visibility of theDateTimePickerControlDisplayOptions
.default DateTimePickerControlDisplayOptions.Builder
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.DateTimePickerControlDisplayOptions.Builder
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.default DateTimePickerControlDisplayOptions.Builder
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.DateTimePickerControlDisplayOptions.Builder
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
titleOptions
DateTimePickerControlDisplayOptions.Builder titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
- Parameters:
titleOptions
- The options to configure the title visibility, name, and font size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titleOptions
default DateTimePickerControlDisplayOptions.Builder titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
This is a convenience method that creates an instance of theLabelOptions.Builder
avoiding the need to create one manually viaLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totitleOptions(LabelOptions)
.- Parameters:
titleOptions
- a consumer that will call methods onLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
titleOptions(LabelOptions)
-
dateTimeFormat
DateTimePickerControlDisplayOptions.Builder dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
- Parameters:
dateTimeFormat
- Customize how dates are formatted in controls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infoIconLabelOptions
DateTimePickerControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
- Parameters:
infoIconLabelOptions
- The configuration of info icon label options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infoIconLabelOptions
default DateTimePickerControlDisplayOptions.Builder infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
This is a convenience method that creates an instance of theSheetControlInfoIconLabelOptions.Builder
avoiding the need to create one manually viaSheetControlInfoIconLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinfoIconLabelOptions(SheetControlInfoIconLabelOptions)
.- Parameters:
infoIconLabelOptions
- a consumer that will call methods onSheetControlInfoIconLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
infoIconLabelOptions(SheetControlInfoIconLabelOptions)
-
helperTextVisibility
DateTimePickerControlDisplayOptions.Builder helperTextVisibility(String helperTextVisibility)
The helper text visibility of the
DateTimePickerControlDisplayOptions
.- Parameters:
helperTextVisibility
- The helper text visibility of theDateTimePickerControlDisplayOptions
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility
,Visibility
-
helperTextVisibility
DateTimePickerControlDisplayOptions.Builder helperTextVisibility(Visibility helperTextVisibility)
The helper text visibility of the
DateTimePickerControlDisplayOptions
.- Parameters:
helperTextVisibility
- The helper text visibility of theDateTimePickerControlDisplayOptions
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility
,Visibility
-
dateIconVisibility
DateTimePickerControlDisplayOptions.Builder dateIconVisibility(String dateIconVisibility)
The date icon visibility of the
DateTimePickerControlDisplayOptions
.- Parameters:
dateIconVisibility
- The date icon visibility of theDateTimePickerControlDisplayOptions
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility
,Visibility
-
dateIconVisibility
DateTimePickerControlDisplayOptions.Builder dateIconVisibility(Visibility dateIconVisibility)
The date icon visibility of the
DateTimePickerControlDisplayOptions
.- Parameters:
dateIconVisibility
- The date icon visibility of theDateTimePickerControlDisplayOptions
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility
,Visibility
-
-