Interface SAPDocumentTranslationOutputConfig.Builder
- Enclosing class:
SAPDocumentTranslationOutputConfig
public static interface SAPDocumentTranslationOutputConfig.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontargetLanguage(SAPDocumentTranslationOutputTargetLanguage targetLanguage) Set the targetLanguage of thisSAPDocumentTranslationOutputConfiginstance.
-
Method Details
-
targetLanguage
SAPDocumentTranslationOutputConfig targetLanguage(@Nonnull SAPDocumentTranslationOutputTargetLanguage targetLanguage) Set the targetLanguage of thisSAPDocumentTranslationOutputConfiginstance.- Parameters:
targetLanguage- The targetLanguage of thisSAPDocumentTranslationOutputConfig- Returns:
- The SAPDocumentTranslationOutputConfig instance.
-