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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTerminologyData.Builder file(SdkBytes file)
The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.
file - The file containing the custom terminology data. Your version of the AWS SDK performs a
Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not
perform Base64-encoding themselves.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 © 2021. All rights reserved.