Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AttachmentOutput.Builder
-
Packages that use AttachmentOutput.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentOutput.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentOutput.Builder Modifier and Type Method Description static AttachmentOutput.BuilderAttachmentOutput. builder()default AttachmentOutput.BuilderAttachmentOutput.Builder. error(Consumer<ErrorDetail.Builder> error)An error associated with a file uploaded during chat.AttachmentOutput.BuilderAttachmentOutput.Builder. error(ErrorDetail error)An error associated with a file uploaded during chat.AttachmentOutput.BuilderAttachmentOutput.Builder. name(String name)The name of a file uploaded during chat.AttachmentOutput.BuilderAttachmentOutput.Builder. status(String status)The status of a file uploaded during chat.AttachmentOutput.BuilderAttachmentOutput.Builder. status(AttachmentStatus status)The status of a file uploaded during chat.AttachmentOutput.BuilderAttachmentOutput. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentOutput.Builder Modifier and Type Method Description static Class<? extends AttachmentOutput.Builder>AttachmentOutput. serializableBuilderClass()
-