Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ByteContentDoc.Builder
Packages that use ByteContentDoc.Builder
-
Uses of ByteContentDoc.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ByteContentDoc.BuilderModifier and TypeMethodDescriptionstatic ByteContentDoc.BuilderByteContentDoc.builder()ByteContentDoc.Builder.contentType(String contentType) The MIME type of the document contained in the wrapper object.The byte value of the file to upload, encoded as a Base-64 string.ByteContentDoc.Builder.identifier(String identifier) The file name of the document contained in the wrapper object.ByteContentDoc.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ByteContentDoc.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ByteContentDoc.Builder>ByteContentDoc.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ByteContentDoc.BuilderModifier and TypeMethodDescriptiondefault ExternalSource.BuilderExternalSource.Builder.byteContent(Consumer<ByteContentDoc.Builder> byteContent) The identifier, contentType, and data of the external source wrapper object.