Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CustomS3Location.Builder
Packages that use CustomS3Location.Builder
-
Uses of CustomS3Location.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomS3Location.BuilderModifier and TypeMethodDescriptionCustomS3Location.Builder.bucketOwnerAccountId(String bucketOwnerAccountId) The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.static CustomS3Location.BuilderCustomS3Location.builder()CustomS3Location.toBuilder()The S3 URI of the file containing the content to ingest.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CustomS3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomS3Location.Builder>CustomS3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type CustomS3Location.BuilderModifier and TypeMethodDescriptiondefault CustomContent.BuilderCustomContent.Builder.s3Location(Consumer<CustomS3Location.Builder> s3Location) Contains information about the Amazon S3 location of the file from which to ingest data.default DocumentMetadata.BuilderDocumentMetadata.Builder.s3Location(Consumer<CustomS3Location.Builder> s3Location) The Amazon S3 location of the file containing metadata to associate with the content to ingest.