public static interface FlowExecutionMessage.Builder extends SdkPojo, CopyableBuilder<FlowExecutionMessage.Builder,FlowExecutionMessage>
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionMessage.Builder |
eventType(FlowExecutionEventType eventType)
The type of flow event .
|
FlowExecutionMessage.Builder |
eventType(String eventType)
The type of flow event .
|
FlowExecutionMessage.Builder |
messageId(String messageId)
The unique identifier of the message.
|
FlowExecutionMessage.Builder |
payload(String payload)
A string containing information about the flow event.
|
FlowExecutionMessage.Builder |
timestamp(Instant timestamp)
The date and time when the message was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowExecutionMessage.Builder messageId(String messageId)
The unique identifier of the message.
messageId - The unique identifier of the message.FlowExecutionMessage.Builder eventType(String eventType)
The type of flow event .
eventType - The type of flow event .FlowExecutionEventType,
FlowExecutionEventTypeFlowExecutionMessage.Builder eventType(FlowExecutionEventType eventType)
The type of flow event .
eventType - The type of flow event .FlowExecutionEventType,
FlowExecutionEventTypeFlowExecutionMessage.Builder timestamp(Instant timestamp)
The date and time when the message was last updated.
timestamp - The date and time when the message was last updated.FlowExecutionMessage.Builder payload(String payload)
A string containing information about the flow event.
payload - A string containing information about the flow event.Copyright © 2022. All rights reserved.