Uses of Interface
software.amazon.awssdk.services.translate.model.Document.Builder
-
Packages that use Document.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of Document.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return Document.Builder Modifier and Type Method Description static Document.BuilderDocument. builder()Document.BuilderDocument.Builder. content(SdkBytes content)TheContentfield type is Binary large object (blob).Document.BuilderDocument.Builder. contentType(String contentType)Describes the format of the document.Document.BuilderDocument. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type Document.Builder Modifier and Type Method Description static Class<? extends Document.Builder>Document. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type Document.Builder Modifier and Type Method Description default TranslateDocumentRequest.BuilderTranslateDocumentRequest.Builder. document(Consumer<Document.Builder> document)The content and content type for the document to be translated.
-