Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.VideoSource.Builder
-
Packages that use VideoSource.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of VideoSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoSource.Builder Modifier and Type Method Description static VideoSource.BuilderVideoSource. builder()VideoSource.BuilderVideoSource.Builder. bytes(SdkBytes bytes)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.BuilderVideoSource.Builder. s3Location(S3Location s3Location)The location of a video object in an Amazon S3 bucket.VideoSource.BuilderVideoSource. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type VideoSource.Builder Modifier and Type Method Description static Class<? extends VideoSource.Builder>VideoSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type VideoSource.Builder Modifier and Type Method Description default VideoBlock.BuilderVideoBlock.Builder. source(Consumer<VideoSource.Builder> source)The block's source.
-