Interface ToolbarConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ToolbarConfiguration.Builder,
,ToolbarConfiguration> SdkBuilder<ToolbarConfiguration.Builder,
,ToolbarConfiguration> SdkPojo
- Enclosing class:
ToolbarConfiguration
@Mutable
@NotThreadSafe
public static interface ToolbarConfiguration.Builder
extends SdkPojo, CopyableBuilder<ToolbarConfiguration.Builder,ToolbarConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionhiddenToolbarItems
(Collection<ToolbarItem> hiddenToolbarItems) The list of toolbar items to be hidden.hiddenToolbarItems
(ToolbarItem... hiddenToolbarItems) The list of toolbar items to be hidden.hiddenToolbarItemsWithStrings
(String... hiddenToolbarItems) The list of toolbar items to be hidden.hiddenToolbarItemsWithStrings
(Collection<String> hiddenToolbarItems) The list of toolbar items to be hidden.maxDisplayResolution
(String maxDisplayResolution) The maximum display resolution that is allowed for the session.maxDisplayResolution
(MaxDisplayResolution maxDisplayResolution) The maximum display resolution that is allowed for the session.toolbarType
(String toolbarType) The type of toolbar displayed during the session.toolbarType
(ToolbarType toolbarType) The type of toolbar displayed during the session.visualMode
(String visualMode) The visual mode of the toolbar.visualMode
(VisualMode visualMode) The visual mode of the toolbar.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 Details
-
maxDisplayResolution
The maximum display resolution that is allowed for the session.
- Parameters:
maxDisplayResolution
- The maximum display resolution that is allowed for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxDisplayResolution
The maximum display resolution that is allowed for the session.
- Parameters:
maxDisplayResolution
- The maximum display resolution that is allowed for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toolbarType
The type of toolbar displayed during the session.
- Parameters:
toolbarType
- The type of toolbar displayed during the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toolbarType
The type of toolbar displayed during the session.
- Parameters:
toolbarType
- The type of toolbar displayed during the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualMode
The visual mode of the toolbar.
- Parameters:
visualMode
- The visual mode of the toolbar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualMode
The visual mode of the toolbar.
- Parameters:
visualMode
- The visual mode of the toolbar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also: