Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AttachmentInput.Builder
-
Packages that use AttachmentInput.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttachmentInput.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttachmentInput.Builder Modifier and Type Method Description static AttachmentInput.BuilderAttachmentInput. builder()AttachmentInput.BuilderAttachmentInput.Builder. data(SdkBytes data)The data contained within the uploaded file.AttachmentInput.BuilderAttachmentInputEvent.BuilderImpl. getAttachment()AttachmentInput.BuilderAttachmentInput.Builder. name(String name)The name of the file.AttachmentInput.BuilderAttachmentInput. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AttachmentInput.Builder Modifier and Type Method Description static Class<? extends AttachmentInput.Builder>AttachmentInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AttachmentInput.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.
-