Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.StandardOutputConfiguration.Builder
-
Packages that use StandardOutputConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of StandardOutputConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return StandardOutputConfiguration.Builder Modifier and Type Method Description default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. audio(Consumer<AudioStandardOutputConfiguration.Builder> audio)Sets the value of the Audio property for this object.StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. audio(AudioStandardOutputConfiguration audio)Sets the value of the Audio property for this object.static StandardOutputConfiguration.BuilderStandardOutputConfiguration. builder()default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. document(Consumer<DocumentStandardOutputConfiguration.Builder> document)Sets the value of the Document property for this object.StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. document(DocumentStandardOutputConfiguration document)Sets the value of the Document property for this object.default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. image(Consumer<ImageStandardOutputConfiguration.Builder> image)Sets the value of the Image property for this object.StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. image(ImageStandardOutputConfiguration image)Sets the value of the Image property for this object.StandardOutputConfiguration.BuilderStandardOutputConfiguration. toBuilder()default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. video(Consumer<VideoStandardOutputConfiguration.Builder> video)Sets the value of the Video property for this object.StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. video(VideoStandardOutputConfiguration video)Sets the value of the Video property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type StandardOutputConfiguration.Builder Modifier and Type Method Description static Class<? extends StandardOutputConfiguration.Builder>StandardOutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type StandardOutputConfiguration.Builder Modifier and Type Method Description default CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. standardOutputConfiguration(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.default DataAutomationProject.BuilderDataAutomationProject.Builder. standardOutputConfiguration(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.default UpdateDataAutomationProjectRequest.BuilderUpdateDataAutomationProjectRequest.Builder. standardOutputConfiguration(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.
-