Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.VideoBlock.Builder
-
Packages that use VideoBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of VideoBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoBlock.Builder Modifier and Type Method Description static VideoBlock.BuilderVideoBlock. builder()VideoBlock.BuilderVideoBlock.Builder. format(String format)The block's format.VideoBlock.BuilderVideoBlock.Builder. format(VideoFormat format)The block's format.default VideoBlock.BuilderVideoBlock.Builder. source(Consumer<VideoSource.Builder> source)The block's source.VideoBlock.BuilderVideoBlock.Builder. source(VideoSource source)The block's source.VideoBlock.BuilderVideoBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type VideoBlock.Builder Modifier and Type Method Description static Class<? extends VideoBlock.Builder>VideoBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type VideoBlock.Builder Modifier and Type Method Description static ContentBlockContentBlock. fromVideo(Consumer<VideoBlock.Builder> video)Create an instance of this class withContentBlock.video()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromVideo(Consumer<VideoBlock.Builder> video)Create an instance of this class withToolResultContentBlock.video()initialized to the given value.default ContentBlock.BuilderContentBlock.Builder. video(Consumer<VideoBlock.Builder> video)Video to include in the message.default ToolResultContentBlock.BuilderToolResultContentBlock.Builder. video(Consumer<VideoBlock.Builder> video)A tool result that is video.
-