Interface DropDownControlDisplayOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DropDownControlDisplayOptions.Builder,DropDownControlDisplayOptions>,SdkBuilder<DropDownControlDisplayOptions.Builder,DropDownControlDisplayOptions>,SdkPojo
- Enclosing class:
- DropDownControlDisplayOptions
public static interface DropDownControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<DropDownControlDisplayOptions.Builder,DropDownControlDisplayOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DropDownControlDisplayOptions.BuilderinfoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)The configuration of info icon label options.DropDownControlDisplayOptions.BuilderinfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)The configuration of info icon label options.default DropDownControlDisplayOptions.BuilderselectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)The configuration of theSelect alloptions in a dropdown control.DropDownControlDisplayOptions.BuilderselectAllOptions(ListControlSelectAllOptions selectAllOptions)The configuration of theSelect alloptions in a dropdown control.default DropDownControlDisplayOptions.BuildertitleOptions(Consumer<LabelOptions.Builder> titleOptions)The options to configure the title visibility, name, and font size.DropDownControlDisplayOptions.BuildertitleOptions(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
-
selectAllOptions
DropDownControlDisplayOptions.Builder selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select alloptions in a dropdown control.- Parameters:
selectAllOptions- The configuration of theSelect alloptions in a dropdown control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectAllOptions
default DropDownControlDisplayOptions.Builder selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)
The configuration of the
This is a convenience method that creates an instance of theSelect alloptions in a dropdown control.ListControlSelectAllOptions.Builderavoiding the need to create one manually viaListControlSelectAllOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselectAllOptions(ListControlSelectAllOptions).- Parameters:
selectAllOptions- a consumer that will call methods onListControlSelectAllOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
selectAllOptions(ListControlSelectAllOptions)
-
titleOptions
DropDownControlDisplayOptions.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 DropDownControlDisplayOptions.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.Builderavoiding the need to create one manually viaLabelOptions.builder().When the
Consumercompletes,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)
-
infoIconLabelOptions
DropDownControlDisplayOptions.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 DropDownControlDisplayOptions.Builder infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
This is a convenience method that creates an instance of theSheetControlInfoIconLabelOptions.Builderavoiding the need to create one manually viaSheetControlInfoIconLabelOptions.builder().When the
Consumercompletes,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)
-
-