Interface PhonemeDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PhonemeDetails.Builder,,- PhonemeDetails> - SdkBuilder<PhonemeDetails.Builder,,- PhonemeDetails> - SdkPojo
- Enclosing class:
- PhonemeDetails
@Mutable
@NotThreadSafe
public static interface PhonemeDetails.Builder
extends SdkPojo, CopyableBuilder<PhonemeDetails.Builder,PhonemeDetails> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault PhonemeDetails.Builderaddress(Consumer<AddressComponentPhonemes.Builder> address) How to pronounce the address.address(AddressComponentPhonemes address) How to pronounce the address.title(Collection<PhonemeTranscription> title) List ofPhonemeTranscription.title(Consumer<PhonemeTranscription.Builder>... title) List ofPhonemeTranscription.title(PhonemeTranscription... title) List ofPhonemeTranscription.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- 
titleList of PhonemeTranscription. SeePhonemeTranscriptionfor fields.- Parameters:
- title- List of- PhonemeTranscription. See- PhonemeTranscriptionfor fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleList of PhonemeTranscription. SeePhonemeTranscriptionfor fields.- Parameters:
- title- List of- PhonemeTranscription. See- PhonemeTranscriptionfor fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleList of This is a convenience method that creates an instance of thePhonemeTranscription. SeePhonemeTranscriptionfor fields.PhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totitle(List<PhonemeTranscription>).- Parameters:
- title- a consumer that will call methods on- PhonemeTranscription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
addressHow to pronounce the address. - Parameters:
- address- How to pronounce the address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addressHow to pronounce the address. This is a convenience method that creates an instance of theAddressComponentPhonemes.Builderavoiding the need to create one manually viaAddressComponentPhonemes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddress(AddressComponentPhonemes).- Parameters:
- address- a consumer that will call methods on- AddressComponentPhonemes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-