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.
|
copy
applyMutation, build
TerminologyData.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
,
TerminologyDataFormat
TerminologyData.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
,
TerminologyDataFormat
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.