public static interface TerminologyData.Builder extends SdkPojo, CopyableBuilder<TerminologyData.Builder,TerminologyData>
| Modifier and Type | Method and Description |
|---|---|
TerminologyData.Builder |
file(SdkBytes file)
The file containing the custom terminology data.
|
TerminologyData.Builder |
format(String format)
The data format of the custom terminology.
|
TerminologyData.Builder |
format(TerminologyDataFormat format)
The data format of the custom terminology.
|
copyapplyMutation, buildTerminologyData.Builder file(SdkBytes file)
The file containing the custom terminology data.
file - The file containing the custom terminology data.TerminologyData.Builder format(String format)
The data format of the custom terminology. Either CSV or TMX.
format - The data format of the custom terminology. Either CSV or TMX.TerminologyDataFormat,
TerminologyDataFormatTerminologyData.Builder format(TerminologyDataFormat format)
The data format of the custom terminology. Either CSV or TMX.
format - The data format of the custom terminology. Either CSV or TMX.TerminologyDataFormat,
TerminologyDataFormatCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.