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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
valueValue 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.
 
- 
languageA 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.
 
- 
preferredBoolean 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.
 
 
-