Uses of Interface
software.amazon.awssdk.services.qbusiness.model.FailedAttachmentEvent.Builder
-
Packages that use FailedAttachmentEvent.Builder Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of FailedAttachmentEvent.Builder in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement FailedAttachmentEvent.Builder Modifier and Type Class Description protected static classFailedAttachmentEvent.BuilderImplMethods in software.amazon.awssdk.services.qbusiness.model that return FailedAttachmentEvent.Builder Modifier and Type Method Description default FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. attachment(Consumer<AttachmentOutput.Builder> attachment)Sets the value of the Attachment property for this object.FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. attachment(AttachmentOutput attachment)Sets the value of the Attachment property for this object.FailedAttachmentEvent.BuilderFailedAttachmentEvent.BuilderImpl. attachment(AttachmentOutput attachment)static FailedAttachmentEvent.BuilderFailedAttachmentEvent. builder()FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. conversationId(String conversationId)The identifier of the conversation associated with the failed file upload.FailedAttachmentEvent.BuilderFailedAttachmentEvent.BuilderImpl. conversationId(String conversationId)static FailedAttachmentEvent.BuilderChatOutputStream. failedAttachmentEventBuilder()Create a builder for thefailedAttachmentEventevent type for this stream.FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. systemMessageId(String systemMessageId)The identifier of the AI-generated message associated with the file upload.FailedAttachmentEvent.BuilderFailedAttachmentEvent.BuilderImpl. systemMessageId(String systemMessageId)FailedAttachmentEvent.BuilderFailedAttachmentEvent. toBuilder()FailedAttachmentEvent.BuilderFailedAttachmentEvent.Builder. userMessageId(String userMessageId)The identifier of the end user chat message associated with the file upload.FailedAttachmentEvent.BuilderFailedAttachmentEvent.BuilderImpl. userMessageId(String userMessageId)Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type FailedAttachmentEvent.Builder Modifier and Type Method Description static Class<? extends FailedAttachmentEvent.Builder>FailedAttachmentEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type FailedAttachmentEvent.Builder Modifier and Type Method Description FailedAttachmentEventFailedAttachmentEvent. copy(Consumer<? super FailedAttachmentEvent.Builder> modifier) -
Uses of FailedAttachmentEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Subinterfaces of FailedAttachmentEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatoutputstream Modifier and Type Interface Description static interfaceDefaultFailedAttachmentEvent.Builder
-