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