Interface KeyPressArguments.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KeyPressArguments.Builder,,KeyPressArguments> SdkBuilder<KeyPressArguments.Builder,,KeyPressArguments> SdkPojo
- Enclosing class:
KeyPressArguments
@Mutable
@NotThreadSafe
public static interface KeyPressArguments.Builder
extends SdkPojo, CopyableBuilder<KeyPressArguments.Builder,KeyPressArguments>
-
Method Summary
Modifier and TypeMethodDescriptionThe key name to press (for example,enter,tab,escape).The number of times to press the key.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
-
key
The key name to press (for example,
enter,tab,escape).- Parameters:
key- The key name to press (for example,enter,tab,escape).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
presses
The number of times to press the key. Valid range: 1–100. Defaults to 1.
- Parameters:
presses- The number of times to press the key. Valid range: 1–100. Defaults to 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-