public static interface Term.Builder extends SdkPojo, CopyableBuilder<Term.Builder,Term>
Modifier and Type | Method and Description |
---|---|
Term.Builder |
sourceText(String sourceText)
The source text of the term being translated by the custom terminology.
|
Term.Builder |
targetText(String targetText)
The target text of the term being translated by the custom terminology.
|
copy
applyMutation, build
Term.Builder sourceText(String sourceText)
The source text of the term being translated by the custom terminology.
sourceText
- The source text of the term being translated by the custom terminology.Term.Builder targetText(String targetText)
The target text of the term being translated by the custom terminology.
targetText
- The target text of the term being translated by the custom terminology.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.