Interface TestRunEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunEvent.Builder,,TestRunEvent> SdkBuilder<TestRunEvent.Builder,,TestRunEvent> SdkPojo
- Enclosing class:
TestRunEvent
@Mutable
@NotThreadSafe
public static interface TestRunEvent.Builder
extends SdkPojo, CopyableBuilder<TestRunEvent.Builder,TestRunEvent>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Machine-parseable key-value attributes for the event.The unique identifier of the event.The type of the event, such as action_started, action_completed, or rto_recovery_detected.A human-readable description of what happened.The timestamp when the event occurred.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
-
eventId
The unique identifier of the event.
- Parameters:
eventId- The unique identifier of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
The type of the event, such as action_started, action_completed, or rto_recovery_detected.
- Parameters:
eventType- The type of the event, such as action_started, action_completed, or rto_recovery_detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A human-readable description of what happened.
- Parameters:
message- A human-readable description of what happened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp when the event occurred.
- Parameters:
timestamp- The timestamp when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Machine-parseable key-value attributes for the event.
- Parameters:
attributes- Machine-parseable key-value attributes for the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-