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 Summary
Modifier and TypeMethodDescriptiondefault PhonemeDetails.Builder
address
(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.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
-
title
List of
PhonemeTranscription
. SeePhonemeTranscription
for fields.- Parameters:
title
- List ofPhonemeTranscription
. SeePhonemeTranscription
for fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
List of
PhonemeTranscription
. SeePhonemeTranscription
for fields.- Parameters:
title
- List ofPhonemeTranscription
. SeePhonemeTranscription
for fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
List of
This is a convenience method that creates an instance of thePhonemeTranscription
. SeePhonemeTranscription
for fields.PhonemeTranscription.Builder
avoiding the need to create one manually viaPhonemeTranscription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totitle(List<PhonemeTranscription>)
.- 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:
-
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
How to pronounce the address.
This is a convenience method that creates an instance of theAddressComponentPhonemes.Builder
avoiding the need to create one manually viaAddressComponentPhonemes.builder()
.When the
Consumer
completes,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:
-