Interface PhonemeDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhonemeDetails.Builder,PhonemeDetails>,SdkBuilder<PhonemeDetails.Builder,PhonemeDetails>,SdkPojo
- Enclosing class:
- PhonemeDetails
public static interface PhonemeDetails.Builder extends SdkPojo, CopyableBuilder<PhonemeDetails.Builder,PhonemeDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PhonemeDetails.Builderaddress(Consumer<AddressComponentPhonemes.Builder> address)How to pronounce the address.PhonemeDetails.Builderaddress(AddressComponentPhonemes address)How to pronounce the address.PhonemeDetails.Buildertitle(Collection<PhonemeTranscription> title)List ofPhonemeTranscription.PhonemeDetails.Buildertitle(Consumer<PhonemeTranscription.Builder>... title)List ofPhonemeTranscription.PhonemeDetails.Buildertitle(PhonemeTranscription... title)List ofPhonemeTranscription.-
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
-
title
PhonemeDetails.Builder title(Collection<PhonemeTranscription> title)
List of
PhonemeTranscription. SeePhonemeTranscriptionfor fields.- Parameters:
title- List ofPhonemeTranscription. SeePhonemeTranscriptionfor fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
PhonemeDetails.Builder title(PhonemeTranscription... title)
List of
PhonemeTranscription. SeePhonemeTranscriptionfor fields.- Parameters:
title- List ofPhonemeTranscription. SeePhonemeTranscriptionfor fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
PhonemeDetails.Builder title(Consumer<PhonemeTranscription.Builder>... title)
List 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 to#title(List.) - Parameters:
title- a consumer that will call methods onPhonemeTranscription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#title(java.util.Collection)
-
address
PhonemeDetails.Builder address(AddressComponentPhonemes address)
How 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.
-
address
default PhonemeDetails.Builder address(Consumer<AddressComponentPhonemes.Builder> address)
How 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 onAddressComponentPhonemes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
address(AddressComponentPhonemes)
-
-