Interface KeyPressResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KeyPressResult.Builder,,KeyPressResult> SdkBuilder<KeyPressResult.Builder,,KeyPressResult> SdkPojo
- Enclosing class:
KeyPressResult
@Mutable
@NotThreadSafe
public static interface KeyPressResult.Builder
extends SdkPojo, CopyableBuilder<KeyPressResult.Builder,KeyPressResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe error message.The status of the action execution.status(BrowserActionStatus status) The status of the action execution.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
-
status
The status of the action execution.
- Parameters:
status- The status of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the action execution.
- Parameters:
status- The status of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
error
The error message. Present only when the action failed.
- Parameters:
error- The error message. Present only when the action failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-