Uses of Interface
software.amazon.awssdk.services.qconnect.model.MessageOutput.Builder
-
Packages that use MessageOutput.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of MessageOutput.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return MessageOutput.Builder Modifier and Type Method Description static MessageOutput.BuilderMessageOutput. builder()MessageOutput.BuilderMessageOutput.Builder. messageId(String messageId)The identifier of a message.MessageOutput.BuilderMessageOutput.Builder. participant(String participant)The participant of a message.MessageOutput.BuilderMessageOutput.Builder. participant(Participant participant)The participant of a message.MessageOutput.BuilderMessageOutput.Builder. timestamp(Instant timestamp)The timestamp of a message.MessageOutput.BuilderMessageOutput. toBuilder()default MessageOutput.BuilderMessageOutput.Builder. value(Consumer<MessageData.Builder> value)The value of a message data.MessageOutput.BuilderMessageOutput.Builder. value(MessageData value)The value of a message data.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type MessageOutput.Builder Modifier and Type Method Description static Class<? extends MessageOutput.Builder>MessageOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type MessageOutput.Builder Modifier and Type Method Description default GetNextMessageResponse.BuilderGetNextMessageResponse.Builder. response(Consumer<MessageOutput.Builder> response)The message response to the requested message.
-