Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.FlowExecutionMessage.Builder
-
Packages that use FlowExecutionMessage.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of FlowExecutionMessage.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return FlowExecutionMessage.Builder Modifier and Type Method Description static FlowExecutionMessage.BuilderFlowExecutionMessage. builder()FlowExecutionMessage.BuilderFlowExecutionMessage.Builder. eventType(String eventType)The type of flow event .FlowExecutionMessage.BuilderFlowExecutionMessage.Builder. eventType(FlowExecutionEventType eventType)The type of flow event .FlowExecutionMessage.BuilderFlowExecutionMessage.Builder. messageId(String messageId)The unique identifier of the message.FlowExecutionMessage.BuilderFlowExecutionMessage.Builder. payload(String payload)A string containing information about the flow event.FlowExecutionMessage.BuilderFlowExecutionMessage.Builder. timestamp(Instant timestamp)The date and time when the message was last updated.FlowExecutionMessage.BuilderFlowExecutionMessage. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type FlowExecutionMessage.Builder Modifier and Type Method Description static Class<? extends FlowExecutionMessage.Builder>FlowExecutionMessage. serializableBuilderClass()
-