Interface ListControlDisplayOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListControlDisplayOptions.Builder,
,ListControlDisplayOptions> SdkBuilder<ListControlDisplayOptions.Builder,
,ListControlDisplayOptions> SdkPojo
- Enclosing class:
ListControlDisplayOptions
-
Method Summary
Modifier and TypeMethodDescriptioninfoIconLabelOptions
(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions) The configuration of info icon label options.infoIconLabelOptions
(SheetControlInfoIconLabelOptions infoIconLabelOptions) The configuration of info icon label options.searchOptions
(Consumer<ListControlSearchOptions.Builder> searchOptions) The configuration of the search options in a list control.searchOptions
(ListControlSearchOptions searchOptions) The configuration of the search options in a list control.selectAllOptions
(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions) The configuration of theSelect all
options in a list control.selectAllOptions
(ListControlSelectAllOptions selectAllOptions) The configuration of theSelect all
options in a list control.titleOptions
(Consumer<LabelOptions.Builder> titleOptions) The options to configure the title visibility, name, and font size.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 Details
-
searchOptions
The configuration of the search options in a list control.
- Parameters:
searchOptions
- The configuration of the search options in a list control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchOptions
default ListControlDisplayOptions.Builder searchOptions(Consumer<ListControlSearchOptions.Builder> searchOptions) The configuration of the search options in a list control.
This is a convenience method that creates an instance of theListControlSearchOptions.Builder
avoiding the need to create one manually viaListControlSearchOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosearchOptions(ListControlSearchOptions)
.- Parameters:
searchOptions
- a consumer that will call methods onListControlSearchOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
selectAllOptions
The configuration of the
Select all
options in a list control.- Parameters:
selectAllOptions
- The configuration of theSelect all
options in a list control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectAllOptions
default ListControlDisplayOptions.Builder selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions) The configuration of the
This is a convenience method that creates an instance of theSelect all
options in a list control.ListControlSelectAllOptions.Builder
avoiding the need to create one manually viaListControlSelectAllOptions.builder()
.When the
Consumer
completes,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:
-
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
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:
-
infoIconLabelOptions
ListControlDisplayOptions.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 ListControlDisplayOptions.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:
-