Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.VideoSegment.Builder
-
Packages that use VideoSegment.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of VideoSegment.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return VideoSegment.Builder Modifier and Type Method Description static VideoSegment.BuilderVideoSegment. builder()VideoSegment.BuilderVideoSegment.Builder. s3Uri(String s3Uri)The S3 URI where this specific video segment is stored in the multimodal storage destination.VideoSegment.BuilderVideoSegment.Builder. summary(String summary)A text summary describing the content of the video segment.VideoSegment.BuilderVideoSegment. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type VideoSegment.Builder Modifier and Type Method Description static Class<? extends VideoSegment.Builder>VideoSegment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type VideoSegment.Builder Modifier and Type Method Description default RetrievalResultContent.BuilderRetrievalResultContent.Builder. video(Consumer<VideoSegment.Builder> video)Video segment information when the retrieval result contains video content.
-