Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.S3Location.Builder
Packages that use S3Location.Builder
-
Uses of S3Location.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return S3Location.BuilderModifier and TypeMethodDescriptionS3Location.Builder.bucketOwner(String bucketOwner) If the bucket belongs to another AWS account, specify that account's ID.static S3Location.BuilderS3Location.builder()S3Location.toBuilder()An object URI starting withs3://.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Location.Builder>S3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic AudioSourceAudioSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withAudioSource.s3Location()initialized to the given value.static DocumentSourceDocumentSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withDocumentSource.s3Location()initialized to the given value.static ImageSourceImageSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withImageSource.s3Location()initialized to the given value.static VideoSourceVideoSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withVideoSource.s3Location()initialized to the given value.default AudioSource.BuilderAudioSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) A reference to audio data stored in an Amazon S3 bucket.default DocumentSource.BuilderDocumentSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The location of a document object in an Amazon S3 bucket.default ImageSource.BuilderImageSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The location of an image object in an Amazon S3 bucket.default VideoSource.BuilderVideoSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The location of a video object in an Amazon S3 bucket.