Interface PhonemeTranscription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>,SdkBuilder<PhonemeTranscription.Builder,PhonemeTranscription>,SdkPojo
- Enclosing class:
- PhonemeTranscription
public static interface PhonemeTranscription.Builder extends SdkPojo, CopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhonemeTranscription.Builderlanguage(String language)A list of BCP 47 compliant language codes for the results to be rendered in.PhonemeTranscription.Builderpreferred(Boolean preferred)Boolean which indicates if it the preferred pronunciation.PhonemeTranscription.Buildervalue(String value)Value which indicates how to pronounce the value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
value
PhonemeTranscription.Builder value(String value)
Value which indicates how to pronounce the value.
- Parameters:
value- Value which indicates how to pronounce the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
PhonemeTranscription.Builder language(String language)
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
- Parameters:
language- A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferred
PhonemeTranscription.Builder preferred(Boolean preferred)
Boolean which indicates if it the preferred pronunciation.
- Parameters:
preferred- Boolean which indicates if it the preferred pronunciation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-