public static interface TerminologyProperties.Builder extends SdkPojo, CopyableBuilder<TerminologyProperties.Builder,TerminologyProperties>
| Modifier and Type | Method and Description |
|---|---|
TerminologyProperties.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom terminology.
|
TerminologyProperties.Builder |
createdAt(Instant createdAt)
The time at which the custom terminology was created, based on the timestamp.
|
TerminologyProperties.Builder |
description(String description)
The description of the custom terminology properties.
|
TerminologyProperties.Builder |
directionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
TerminologyProperties.Builder |
directionality(String directionality)
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
default TerminologyProperties.Builder |
encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology.
|
TerminologyProperties.Builder |
encryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology.
|
TerminologyProperties.Builder |
format(String format)
The format of the custom terminology input file.
|
TerminologyProperties.Builder |
format(TerminologyDataFormat format)
The format of the custom terminology input file.
|
TerminologyProperties.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time at which the custom terminology was last update, based on the timestamp.
|
TerminologyProperties.Builder |
message(String message)
Additional information from Amazon Translate about the terminology resource.
|
TerminologyProperties.Builder |
name(String name)
The name of the custom terminology.
|
TerminologyProperties.Builder |
sizeBytes(Integer sizeBytes)
The size of the file used when importing a custom terminology.
|
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 |
sourceLanguageCode(String sourceLanguageCode)
The language code for the source text of the translation request for which the custom terminology is being
used.
|
TerminologyProperties.Builder |
targetLanguageCodes(Collection<String> targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties.Builder |
targetLanguageCodes(String... targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource.
|
TerminologyProperties.Builder |
termCount(Integer termCount)
The number of terms included in the custom terminology.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTerminologyProperties.Builder name(String name)
The name of the custom terminology.
name - The name of the custom terminology.TerminologyProperties.Builder description(String description)
The description of the custom terminology properties.
description - The description of the custom terminology properties.TerminologyProperties.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom terminology.
arn - The Amazon Resource Name (ARN) of the custom terminology.TerminologyProperties.Builder sourceLanguageCode(String sourceLanguageCode)
The language code for the source text of the translation request for which the custom terminology is being used.
sourceLanguageCode - The language code for the source text of the translation request for which the custom terminology is
being used.TerminologyProperties.Builder targetLanguageCodes(Collection<String> targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
targetLanguageCodes - The language codes for the target languages available with the custom terminology resource. All
possible target languages are returned in array.TerminologyProperties.Builder targetLanguageCodes(String... targetLanguageCodes)
The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
targetLanguageCodes - The language codes for the target languages available with the custom terminology resource. All
possible target languages are returned in array.TerminologyProperties.Builder encryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology.
encryptionKey - The encryption key for the custom terminology.default TerminologyProperties.Builder encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology.
This is a convenience method that creates an instance of theEncryptionKey.Builder avoiding the need
to create one manually via EncryptionKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionKey(EncryptionKey).
encryptionKey - a consumer that will call methods on EncryptionKey.BuilderencryptionKey(EncryptionKey)TerminologyProperties.Builder sizeBytes(Integer sizeBytes)
The size of the file used when importing a custom terminology.
sizeBytes - The size of the file used when importing a custom terminology.TerminologyProperties.Builder termCount(Integer termCount)
The number of terms included in the custom terminology.
termCount - The number of terms included in the custom terminology.TerminologyProperties.Builder createdAt(Instant createdAt)
The time at which the custom terminology was created, based on the timestamp.
createdAt - The time at which the custom terminology was created, based on the timestamp.TerminologyProperties.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time at which the custom terminology was last update, based on the timestamp.
lastUpdatedAt - The time at which the custom terminology was last update, based on the timestamp.TerminologyProperties.Builder directionality(String directionality)
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).
The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
Any language in the terminology resource can be the source language.
directionality - The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
Any language in the terminology resource can be the source language.
Directionality,
DirectionalityTerminologyProperties.Builder directionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).
The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
Any language in the terminology resource can be the source language.
directionality - The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
Any language in the terminology resource can be the source language.
Directionality,
DirectionalityTerminologyProperties.Builder message(String message)
Additional information from Amazon Translate about the terminology resource.
message - Additional information from Amazon Translate about the terminology resource.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.
skippedTermCount - The number of terms in the input file that Amazon Translate skipped when you created or updated the
terminology resource.TerminologyProperties.Builder format(String format)
The format of the custom terminology input file.
format - The format of the custom terminology input file.TerminologyDataFormat,
TerminologyDataFormatTerminologyProperties.Builder format(TerminologyDataFormat format)
The format of the custom terminology input file.
format - The format of the custom terminology input file.TerminologyDataFormat,
TerminologyDataFormatCopyright © 2023. All rights reserved.