Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ImageSource.Builder
Packages that use ImageSource.Builder
-
Uses of ImageSource.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ImageSource.BuilderModifier and TypeMethodDescriptionstatic ImageSource.BuilderImageSource.builder()The raw image bytes for the image.default ImageSource.BuilderImageSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The path to the Amazon S3 bucket where the image is stored.ImageSource.Builder.s3Location(S3Location s3Location) The path to the Amazon S3 bucket where the image is stored.ImageSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ImageSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImageSource.Builder>ImageSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ImageSource.BuilderModifier and TypeMethodDescriptiondefault ImageBlock.BuilderImageBlock.Builder.source(Consumer<ImageSource.Builder> source) The source for the image.