TerminologyProperties.Builder |
TerminologyProperties.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the custom terminology.
|
static TerminologyProperties.Builder |
TerminologyProperties.builder() |
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.createdAt(Instant createdAt) |
The time at which the custom terminology was created, based on the timestamp.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.description(String description) |
The description of the custom terminology properties.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.directionality(String directionality) |
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.directionality(Directionality directionality) |
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
default TerminologyProperties.Builder |
TerminologyProperties.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey) |
The encryption key for the custom terminology.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.encryptionKey(EncryptionKey encryptionKey) |
The encryption key for the custom terminology.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.format(String format) |
The format of the custom terminology input file.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.format(TerminologyDataFormat format) |
The format of the custom terminology input file.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time at which the custom terminology was last update, based on the timestamp.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.message(String message) |
Additional information from Amazon Translate about the terminology resource.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.name(String name) |
The name of the custom terminology.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.sizeBytes(Integer sizeBytes) |
The size of the file used when importing a custom terminology.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.skippedTermCount(Integer skippedTermCount) |
The number of terms in the input file that Amazon Translate skipped when you created or updated the
terminology resource.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.sourceLanguageCode(String sourceLanguageCode) |
The language code for the source text of the translation request for which the custom terminology is being
used.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.targetLanguageCodes(String... targetLanguageCodes) |
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.targetLanguageCodes(Collection<String> targetLanguageCodes) |
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.termCount(Integer termCount) |
The number of terms included in the custom terminology.
|
TerminologyProperties.Builder |
TerminologyProperties.toBuilder() |
|