Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CustomS3Location.Builder
-
Packages that use CustomS3Location.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CustomS3Location.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomS3Location.Builder Modifier and Type Method Description CustomS3Location.BuilderCustomS3Location.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.BuilderCustomS3Location. toBuilder()CustomS3Location.BuilderCustomS3Location.Builder. uri(String uri)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.Builder Modifier and Type Method Description static Class<? extends CustomS3Location.Builder>CustomS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type CustomS3Location.Builder Modifier and Type Method Description default 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.
-