Interface BrowserActionResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BrowserActionResult.Builder,,BrowserActionResult> SdkBuilder<BrowserActionResult.Builder,,BrowserActionResult> SdkPojo
- Enclosing class:
BrowserActionResult
-
Method Summary
Modifier and TypeMethodDescriptiondefault BrowserActionResult.BuilderkeyPress(Consumer<KeyPressResult.Builder> keyPress) The result of a key press action.keyPress(KeyPressResult keyPress) The result of a key press action.default BrowserActionResult.BuilderkeyShortcut(Consumer<KeyShortcutResult.Builder> keyShortcut) The result of a key shortcut action.keyShortcut(KeyShortcutResult keyShortcut) The result of a key shortcut action.default BrowserActionResult.BuilderkeyType(Consumer<KeyTypeResult.Builder> keyType) The result of a key type action.keyType(KeyTypeResult keyType) The result of a key type action.default BrowserActionResult.BuildermouseClick(Consumer<MouseClickResult.Builder> mouseClick) The result of a mouse click action.mouseClick(MouseClickResult mouseClick) The result of a mouse click action.default BrowserActionResult.BuildermouseDrag(Consumer<MouseDragResult.Builder> mouseDrag) The result of a mouse drag action.mouseDrag(MouseDragResult mouseDrag) The result of a mouse drag action.default BrowserActionResult.BuildermouseMove(Consumer<MouseMoveResult.Builder> mouseMove) The result of a mouse move action.mouseMove(MouseMoveResult mouseMove) The result of a mouse move action.default BrowserActionResult.BuildermouseScroll(Consumer<MouseScrollResult.Builder> mouseScroll) The result of a mouse scroll action.mouseScroll(MouseScrollResult mouseScroll) The result of a mouse scroll action.default BrowserActionResult.Builderscreenshot(Consumer<ScreenshotResult.Builder> screenshot) The result of a screenshot action.screenshot(ScreenshotResult screenshot) The result of a screenshot action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mouseClick
The result of a mouse click action.
- Parameters:
mouseClick- The result of a mouse click action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mouseClick
The result of a mouse click action.
This is a convenience method that creates an instance of theMouseClickResult.Builderavoiding the need to create one manually viaMouseClickResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomouseClick(MouseClickResult).- Parameters:
mouseClick- a consumer that will call methods onMouseClickResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mouseMove
The result of a mouse move action.
- Parameters:
mouseMove- The result of a mouse move action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mouseMove
The result of a mouse move action.
This is a convenience method that creates an instance of theMouseMoveResult.Builderavoiding the need to create one manually viaMouseMoveResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomouseMove(MouseMoveResult).- Parameters:
mouseMove- a consumer that will call methods onMouseMoveResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mouseDrag
The result of a mouse drag action.
- Parameters:
mouseDrag- The result of a mouse drag action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mouseDrag
The result of a mouse drag action.
This is a convenience method that creates an instance of theMouseDragResult.Builderavoiding the need to create one manually viaMouseDragResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomouseDrag(MouseDragResult).- Parameters:
mouseDrag- a consumer that will call methods onMouseDragResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mouseScroll
The result of a mouse scroll action.
- Parameters:
mouseScroll- The result of a mouse scroll action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mouseScroll
The result of a mouse scroll action.
This is a convenience method that creates an instance of theMouseScrollResult.Builderavoiding the need to create one manually viaMouseScrollResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomouseScroll(MouseScrollResult).- Parameters:
mouseScroll- a consumer that will call methods onMouseScrollResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyType
The result of a key type action.
- Parameters:
keyType- The result of a key type action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyType
The result of a key type action.
This is a convenience method that creates an instance of theKeyTypeResult.Builderavoiding the need to create one manually viaKeyTypeResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyType(KeyTypeResult).- Parameters:
keyType- a consumer that will call methods onKeyTypeResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyPress
The result of a key press action.
- Parameters:
keyPress- The result of a key press action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPress
The result of a key press action.
This is a convenience method that creates an instance of theKeyPressResult.Builderavoiding the need to create one manually viaKeyPressResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyPress(KeyPressResult).- Parameters:
keyPress- a consumer that will call methods onKeyPressResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyShortcut
The result of a key shortcut action.
- Parameters:
keyShortcut- The result of a key shortcut action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyShortcut
The result of a key shortcut action.
This is a convenience method that creates an instance of theKeyShortcutResult.Builderavoiding the need to create one manually viaKeyShortcutResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyShortcut(KeyShortcutResult).- Parameters:
keyShortcut- a consumer that will call methods onKeyShortcutResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
screenshot
The result of a screenshot action.
- Parameters:
screenshot- The result of a screenshot action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenshot
The result of a screenshot action.
This is a convenience method that creates an instance of theScreenshotResult.Builderavoiding the need to create one manually viaScreenshotResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscreenshot(ScreenshotResult).- Parameters:
screenshot- a consumer that will call methods onScreenshotResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-