Interface PhonemeTranscription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PhonemeTranscription.Builder,
,PhonemeTranscription> SdkBuilder<PhonemeTranscription.Builder,
,PhonemeTranscription> SdkPojo
- Enclosing class:
PhonemeTranscription
@Mutable
@NotThreadSafe
public static interface PhonemeTranscription.Builder
extends SdkPojo, CopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>
-
Method Summary
Modifier and TypeMethodDescriptionA list of BCP 47 compliant language codes for the results to be rendered in.Boolean which indicates if it the preferred pronunciation.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 Details
-
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
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
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.
-