Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FileSource.Builder
Packages that use FileSource.Builder
-
Uses of FileSource.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FileSource.BuilderModifier and TypeMethodDescriptionstatic FileSource.BuilderFileSource.builder()default FileSource.BuilderFileSource.Builder.byteContent(Consumer<ByteContentFile.Builder> byteContent) The data and the text of the attached files.FileSource.Builder.byteContent(ByteContentFile byteContent) The data and the text of the attached files.default FileSource.BuilderFileSource.Builder.s3Location(Consumer<S3ObjectFile.Builder> s3Location) The s3 location of the files to attach.FileSource.Builder.s3Location(S3ObjectFile s3Location) The s3 location of the files to attach.FileSource.Builder.sourceType(String sourceType) The source type of the files to attach.FileSource.Builder.sourceType(FileSourceType sourceType) The source type of the files to attach.FileSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FileSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FileSource.Builder>FileSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FileSource.BuilderModifier and TypeMethodDescriptiondefault InputFile.BuilderInputFile.Builder.source(Consumer<FileSource.Builder> source) Specifies where the files are located.