Interface FlowExecutionMessage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowExecutionMessage.Builder,
,FlowExecutionMessage> SdkBuilder<FlowExecutionMessage.Builder,
,FlowExecutionMessage> SdkPojo
- Enclosing class:
FlowExecutionMessage
public static interface FlowExecutionMessage.Builder
extends SdkPojo, CopyableBuilder<FlowExecutionMessage.Builder,FlowExecutionMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of flow event .eventType
(FlowExecutionEventType eventType) The type of flow event .The unique identifier of the message.A string containing information about the flow event.The date and time when the message was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
messageId
The unique identifier of the message.
- Parameters:
messageId
- The unique identifier of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
The type of flow event .
- Parameters:
eventType
- The type of flow event .- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of flow event .
- Parameters:
eventType
- The type of flow event .- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timestamp
The date and time when the message was last updated.
- Parameters:
timestamp
- The date and time when the message was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
A string containing information about the flow event.
- Parameters:
payload
- A string containing information about the flow event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-