Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AttachmentInputEvent.Builder
-
Packages that use AttachmentInputEvent.Builder Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatinputstream -
-
Uses of AttachmentInputEvent.Builder in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement AttachmentInputEvent.Builder Modifier and Type Class Description protected static classAttachmentInputEvent.BuilderImplMethods in software.amazon.awssdk.services.qbusiness.model that return AttachmentInputEvent.Builder Modifier and Type Method Description default AttachmentInputEvent.BuilderAttachmentInputEvent.Builder. attachment(Consumer<AttachmentInput.Builder> attachment)Sets the value of the Attachment property for this object.AttachmentInputEvent.BuilderAttachmentInputEvent.Builder. attachment(AttachmentInput attachment)Sets the value of the Attachment property for this object.AttachmentInputEvent.BuilderAttachmentInputEvent.BuilderImpl. attachment(AttachmentInput attachment)static AttachmentInputEvent.BuilderChatInputStream. attachmentEventBuilder()Create a builder for theattachmentEventevent type for this stream.static AttachmentInputEvent.BuilderAttachmentInputEvent. builder()AttachmentInputEvent.BuilderAttachmentInputEvent. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentInputEvent.Builder Modifier and Type Method Description static Class<? extends AttachmentInputEvent.Builder>AttachmentInputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AttachmentInputEvent.Builder Modifier and Type Method Description AttachmentInputEventAttachmentInputEvent. copy(Consumer<? super AttachmentInputEvent.Builder> modifier) -
Uses of AttachmentInputEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatinputstream
Subinterfaces of AttachmentInputEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatinputstream Modifier and Type Interface Description static interfaceDefaultAttachmentEvent.Builder
-