Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.Message.Builder
-
Packages that use Message.Builder Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of Message.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return Message.Builder Modifier and Type Method Description static Message.BuilderMessage. builder()Message.BuilderMessage.Builder. inputName(String inputName)The name of the input into which the message payload is transformed.Message.BuilderMessage.Builder. messageId(String messageId)The ID to assign to the message.Message.BuilderMessage.Builder. payload(SdkBytes payload)The payload of the message.default Message.BuilderMessage.Builder. timestamp(Consumer<TimestampValue.Builder> timestamp)The timestamp associated with the message.Message.BuilderMessage.Builder. timestamp(TimestampValue timestamp)The timestamp associated with the message.Message.BuilderMessage. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type Message.Builder Modifier and Type Method Description static Class<? extends Message.Builder>Message. serializableBuilderClass()
-