Interface MouseDragArguments.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MouseDragArguments.Builder,,MouseDragArguments> SdkBuilder<MouseDragArguments.Builder,,MouseDragArguments> SdkPojo
- Enclosing class:
MouseDragArguments
@Mutable
@NotThreadSafe
public static interface MouseDragArguments.Builder
extends SdkPojo, CopyableBuilder<MouseDragArguments.Builder,MouseDragArguments>
-
Method Summary
Modifier and TypeMethodDescriptionThe mouse button to use for the drag.button(MouseButton button) The mouse button to use for the drag.The ending X coordinate for the drag.The ending Y coordinate for the drag.The starting X coordinate for the drag.The starting Y coordinate for the drag.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
-
endX
The ending X coordinate for the drag.
- Parameters:
endX- The ending X coordinate for the drag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endY
The ending Y coordinate for the drag.
- Parameters:
endY- The ending Y coordinate for the drag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startX
The starting X coordinate for the drag.
- Parameters:
startX- The starting X coordinate for the drag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startY
The starting Y coordinate for the drag.
- Parameters:
startY- The starting Y coordinate for the drag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
button
The mouse button to use for the drag. Defaults to
LEFT.- Parameters:
button- The mouse button to use for the drag. Defaults toLEFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
button
The mouse button to use for the drag. Defaults to
LEFT.- Parameters:
button- The mouse button to use for the drag. Defaults toLEFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-