Interface ListControlDisplayOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>,SdkBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>,SdkPojo
- Enclosing class:
- ListControlDisplayOptions
@Mutable @NotThreadSafe public static interface ListControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListControlDisplayOptions.BuilderinfoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)The configuration of info icon label options.ListControlDisplayOptions.BuilderinfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)The configuration of info icon label options.default ListControlDisplayOptions.BuildersearchOptions(Consumer<ListControlSearchOptions.Builder> searchOptions)The configuration of the search options in a list control.ListControlDisplayOptions.BuildersearchOptions(ListControlSearchOptions searchOptions)The configuration of the search options in a list control.default ListControlDisplayOptions.BuilderselectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)The configuration of theSelect alloptions in a list control.ListControlDisplayOptions.BuilderselectAllOptions(ListControlSelectAllOptions selectAllOptions)The configuration of theSelect alloptions in a list control.default ListControlDisplayOptions.BuildertitleOptions(Consumer<LabelOptions.Builder> titleOptions)The options to configure the title visibility, name, and font size.ListControlDisplayOptions.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
searchOptions
ListControlDisplayOptions.Builder searchOptions(ListControlSearchOptions 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.Builderavoiding the need to create one manually viaListControlSearchOptions.builder().When the
Consumercompletes,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:
searchOptions(ListControlSearchOptions)
-
selectAllOptions
ListControlDisplayOptions.Builder selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select alloptions in a list control.- Parameters:
selectAllOptions- The configuration of theSelect alloptions 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 alloptions in a list 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
ListControlDisplayOptions.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 ListControlDisplayOptions.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
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.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)
-
-