Class TerminologyProperties
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<TerminologyProperties.Builder,- TerminologyProperties> 
The properties of the custom terminology.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the custom terminology.builder()final InstantThe time at which the custom terminology was created, based on the timestamp.final StringThe description of the custom terminology properties.final DirectionalityThe directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).final StringThe directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).final EncryptionKeyThe encryption key for the custom terminology.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final TerminologyDataFormatformat()The format of the custom terminology input file.final StringThe format of the custom terminology input file.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the TargetLanguageCodes property.final InstantThe time at which the custom terminology was last update, based on the timestamp.final Stringmessage()Additional information from Amazon Translate about the terminology resource.final Stringname()The name of the custom terminology.static Class<? extends TerminologyProperties.Builder> final IntegerThe size of the file used when importing a custom terminology.final IntegerThe number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.final StringThe language code for the source text of the translation request for which the custom terminology is being used.The language codes for the target languages available with the custom terminology resource.final IntegerThe number of terms included in the custom terminology.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
nameThe name of the custom terminology. - Returns:
- The name of the custom terminology.
 
- 
descriptionThe description of the custom terminology properties. - Returns:
- The description of the custom terminology properties.
 
- 
arnThe Amazon Resource Name (ARN) of the custom terminology. - Returns:
- The Amazon Resource Name (ARN) of the custom terminology.
 
- 
sourceLanguageCodeThe language code for the source text of the translation request for which the custom terminology is being used. - Returns:
- The language code for the source text of the translation request for which the custom terminology is being used.
 
- 
hasTargetLanguageCodespublic final boolean hasTargetLanguageCodes()For responses, this returns true if the service returned a value for the TargetLanguageCodes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
targetLanguageCodesThe language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTargetLanguageCodes()method.- Returns:
- The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
 
- 
encryptionKeyThe encryption key for the custom terminology. - Returns:
- The encryption key for the custom terminology.
 
- 
sizeBytesThe size of the file used when importing a custom terminology. - Returns:
- The size of the file used when importing a custom terminology.
 
- 
termCountThe number of terms included in the custom terminology. - Returns:
- The number of terms included in the custom terminology.
 
- 
createdAtThe time at which the custom terminology was created, based on the timestamp. - Returns:
- The time at which the custom terminology was created, based on the timestamp.
 
- 
lastUpdatedAtThe time at which the custom terminology was last update, based on the timestamp. - Returns:
- The time at which the custom terminology was last update, based on the timestamp.
 
- 
directionalityThe directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). - UNI
- 
 The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. 
- MULTI
- 
 Any language in the terminology resource can be the source language. 
 If the service returns an enum value that is not available in the current SDK version, directionalitywill returnDirectionality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdirectionalityAsString().- Returns:
- The directionality of your terminology resource indicates whether it has one source language
         (uni-directional) or multiple (multi-directional). 
         - UNI
- 
         The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. 
- MULTI
- 
         Any language in the terminology resource can be the source language. 
 
- See Also:
 
- 
directionalityAsStringThe directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). - UNI
- 
 The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. 
- MULTI
- 
 Any language in the terminology resource can be the source language. 
 If the service returns an enum value that is not available in the current SDK version, directionalitywill returnDirectionality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdirectionalityAsString().- Returns:
- The directionality of your terminology resource indicates whether it has one source language
         (uni-directional) or multiple (multi-directional). 
         - UNI
- 
         The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. 
- MULTI
- 
         Any language in the terminology resource can be the source language. 
 
- See Also:
 
- 
messageAdditional information from Amazon Translate about the terminology resource. - Returns:
- Additional information from Amazon Translate about the terminology resource.
 
- 
skippedTermCountThe number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource. - Returns:
- The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.
 
- 
formatThe format of the custom terminology input file. If the service returns an enum value that is not available in the current SDK version, formatwill returnTerminologyDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the custom terminology input file.
- See Also:
 
- 
formatAsStringThe format of the custom terminology input file. If the service returns an enum value that is not available in the current SDK version, formatwill returnTerminologyDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the custom terminology input file.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<TerminologyProperties.Builder,- TerminologyProperties> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-