Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.VideoSource.Builder
Packages that use VideoSource.Builder
-
Uses of VideoSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoSource.BuilderModifier and TypeMethodDescriptionstatic VideoSource.BuilderVideoSource.builder()Video content encoded in base64.default VideoSource.BuilderVideoSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The location of a video object in an Amazon S3 bucket.VideoSource.Builder.s3Location(S3Location s3Location) The location of a video object in an Amazon S3 bucket.VideoSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type VideoSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VideoSource.Builder>VideoSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type VideoSource.BuilderModifier and TypeMethodDescriptiondefault VideoBlock.BuilderVideoBlock.Builder.source(Consumer<VideoSource.Builder> source) The block's source.