Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return S3Location.Builder Modifier and Type Method Description static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location. toBuilder()S3Location.BuilderS3Location.Builder. uri(String uri)The location's URI.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type S3Location.Builder Modifier and Type Method Description default DocumentIdentifier.BuilderDocumentIdentifier.Builder. s3(Consumer<S3Location.Builder> s3)Contains information that identifies the document in an S3 data source.default IntermediateStorage.BuilderIntermediateStorage.Builder. s3Location(Consumer<S3Location.Builder> s3Location)An S3 bucket path.default S3Content.BuilderS3Content.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The S3 location of the file containing the content to ingest.default SupplementalDataStorageLocation.BuilderSupplementalDataStorageLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Contains information about the Amazon S3 location for the extracted images.
-