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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
toolbarTypeThe 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:
 
- 
toolbarTypeThe 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:
 
- 
visualModeThe 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:
 
- 
visualModeThe 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:
 
- 
maxDisplayResolutionThe 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:
 
- 
maxDisplayResolutionThe 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:
 
 
-