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