Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.S3Content.Builder
-
Packages that use S3Content.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of S3Content.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return S3Content.Builder Modifier and Type Method Description static S3Content.BuilderS3Content. builder()default S3Content.BuilderS3Content.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The S3 location of the file containing the content to ingest.S3Content.BuilderS3Content.Builder. s3Location(S3Location s3Location)The S3 location of the file containing the content to ingest.S3Content.BuilderS3Content. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type S3Content.Builder Modifier and Type Method Description static Class<? extends S3Content.Builder>S3Content. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type S3Content.Builder Modifier and Type Method Description default DocumentContent.BuilderDocumentContent.Builder. s3(Consumer<S3Content.Builder> s3)Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source
-