Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.VideoStandardOutputConfiguration.Builder
-
Packages that use VideoStandardOutputConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of VideoStandardOutputConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return VideoStandardOutputConfiguration.Builder Modifier and Type Method Description static VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration. builder()default VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration.Builder. extraction(Consumer<VideoStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration.Builder. extraction(VideoStandardExtraction extraction)Sets the value of the Extraction property for this object.default VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration.Builder. generativeField(Consumer<VideoStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration.Builder. generativeField(VideoStandardGenerativeField generativeField)Sets the value of the GenerativeField property for this object.VideoStandardOutputConfiguration.BuilderVideoStandardOutputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type VideoStandardOutputConfiguration.Builder Modifier and Type Method Description static Class<? extends VideoStandardOutputConfiguration.Builder>VideoStandardOutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type VideoStandardOutputConfiguration.Builder Modifier and Type Method Description default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. video(Consumer<VideoStandardOutputConfiguration.Builder> video)Sets the value of the Video property for this object.
-