Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.DocumentOutputFormat.Builder
-
Packages that use DocumentOutputFormat.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of DocumentOutputFormat.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return DocumentOutputFormat.Builder Modifier and Type Method Description default DocumentOutputFormat.BuilderDocumentOutputFormat.Builder. additionalFileFormat(Consumer<DocumentOutputAdditionalFileFormat.Builder> additionalFileFormat)Sets the value of the AdditionalFileFormat property for this object.DocumentOutputFormat.BuilderDocumentOutputFormat.Builder. additionalFileFormat(DocumentOutputAdditionalFileFormat additionalFileFormat)Sets the value of the AdditionalFileFormat property for this object.static DocumentOutputFormat.BuilderDocumentOutputFormat. builder()default DocumentOutputFormat.BuilderDocumentOutputFormat.Builder. textFormat(Consumer<DocumentOutputTextFormat.Builder> textFormat)Sets the value of the TextFormat property for this object.DocumentOutputFormat.BuilderDocumentOutputFormat.Builder. textFormat(DocumentOutputTextFormat textFormat)Sets the value of the TextFormat property for this object.DocumentOutputFormat.BuilderDocumentOutputFormat. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type DocumentOutputFormat.Builder Modifier and Type Method Description static Class<? extends DocumentOutputFormat.Builder>DocumentOutputFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type DocumentOutputFormat.Builder Modifier and Type Method Description default DocumentStandardOutputConfiguration.BuilderDocumentStandardOutputConfiguration.Builder. outputFormat(Consumer<DocumentOutputFormat.Builder> outputFormat)Sets the value of the OutputFormat property for this object.
-