Interface AddressComponentPhonemes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AddressComponentPhonemes.Builder,,AddressComponentPhonemes> SdkBuilder<AddressComponentPhonemes.Builder,,AddressComponentPhonemes> SdkPojo
- Enclosing class:
AddressComponentPhonemes
-
Method Summary
Modifier and TypeMethodDescriptionblock(Collection<PhonemeTranscription> block) How to pronounce the name of the block.block(Consumer<PhonemeTranscription.Builder>... block) How to pronounce the name of the block.block(PhonemeTranscription... block) How to pronounce the name of the block.country(Collection<PhonemeTranscription> country) The alpha-2 or alpha-3 character code for the country that the results will be present in.country(Consumer<PhonemeTranscription.Builder>... country) The alpha-2 or alpha-3 character code for the country that the results will be present in.country(PhonemeTranscription... country) The alpha-2 or alpha-3 character code for the country that the results will be present in.district(Collection<PhonemeTranscription> district) How to pronounce the district or division of a city results should be present in.district(Consumer<PhonemeTranscription.Builder>... district) How to pronounce the district or division of a city results should be present in.district(PhonemeTranscription... district) How to pronounce the district or division of a city results should be present in.locality(Collection<PhonemeTranscription> locality) How to pronounce the city or locality results should be present in.locality(Consumer<PhonemeTranscription.Builder>... locality) How to pronounce the city or locality results should be present in.locality(PhonemeTranscription... locality) How to pronounce the city or locality results should be present in.region(Collection<PhonemeTranscription> region) How to pronounce the region or state results should be to be present in.region(Consumer<PhonemeTranscription.Builder>... region) How to pronounce the region or state results should be to be present in.region(PhonemeTranscription... region) How to pronounce the region or state results should be to be present in.street(Collection<PhonemeTranscription> street) How to pronounce the name of the street results should be present in.street(Consumer<PhonemeTranscription.Builder>... street) How to pronounce the name of the street results should be present in.street(PhonemeTranscription... street) How to pronounce the name of the street results should be present in.subBlock(Collection<PhonemeTranscription> subBlock) How to pronounce the name of the sub-block.subBlock(Consumer<PhonemeTranscription.Builder>... subBlock) How to pronounce the name of the sub-block.subBlock(PhonemeTranscription... subBlock) How to pronounce the name of the sub-block.subDistrict(Collection<PhonemeTranscription> subDistrict) How to pronounce the sub-district or division of a city results should be present in.subDistrict(Consumer<PhonemeTranscription.Builder>... subDistrict) How to pronounce the sub-district or division of a city results should be present in.subDistrict(PhonemeTranscription... subDistrict) How to pronounce the sub-district or division of a city results should be present in.subRegion(Collection<PhonemeTranscription> subRegion) How to pronounce the sub-region or county for which results should be present in.subRegion(Consumer<PhonemeTranscription.Builder>... subRegion) How to pronounce the sub-region or county for which results should be present in.subRegion(PhonemeTranscription... subRegion) How to pronounce the sub-region or county for which results should be present in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
country
The alpha-2 or alpha-3 character code for the country that the results will be present in.
- Parameters:
country- The alpha-2 or alpha-3 character code for the country that the results will be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The alpha-2 or alpha-3 character code for the country that the results will be present in.
- Parameters:
country- The alpha-2 or alpha-3 character code for the country that the results will be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The alpha-2 or alpha-3 character code for the country that the results will be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocountry(List<PhonemeTranscription>).- Parameters:
country- 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:
-
region
How to pronounce the region or state results should be to be present in.
- Parameters:
region- How to pronounce the region or state results should be to be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
How to pronounce the region or state results should be to be present in.
- Parameters:
region- How to pronounce the region or state results should be to be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
How to pronounce the region or state results should be to be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregion(List<PhonemeTranscription>).- Parameters:
region- 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:
-
subRegion
How to pronounce the sub-region or county for which results should be present in.
- Parameters:
subRegion- How to pronounce the sub-region or county for which results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subRegion
How to pronounce the sub-region or county for which results should be present in.
- Parameters:
subRegion- How to pronounce the sub-region or county for which results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subRegion
How to pronounce the sub-region or county for which results should be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubRegion(List<PhonemeTranscription>).- Parameters:
subRegion- 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:
-
locality
How to pronounce the city or locality results should be present in.
Example:
Vancouver.- Parameters:
locality- How to pronounce the city or locality results should be present in.Example:
Vancouver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locality
How to pronounce the city or locality results should be present in.
Example:
Vancouver.- Parameters:
locality- How to pronounce the city or locality results should be present in.Example:
Vancouver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locality
How to pronounce the city or locality results should be present in.
Example:
This is a convenience method that creates an instance of theVancouver.PhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocality(List<PhonemeTranscription>).- Parameters:
locality- 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:
-
district
How to pronounce the district or division of a city results should be present in.
- Parameters:
district- How to pronounce the district or division of a city results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
district
How to pronounce the district or division of a city results should be present in.
- Parameters:
district- How to pronounce the district or division of a city results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
district
How to pronounce the district or division of a city results should be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todistrict(List<PhonemeTranscription>).- Parameters:
district- 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:
-
subDistrict
How to pronounce the sub-district or division of a city results should be present in.
- Parameters:
subDistrict- How to pronounce the sub-district or division of a city results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subDistrict
How to pronounce the sub-district or division of a city results should be present in.
- Parameters:
subDistrict- How to pronounce the sub-district or division of a city results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subDistrict
How to pronounce the sub-district or division of a city results should be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubDistrict(List<PhonemeTranscription>).- Parameters:
subDistrict- 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:
-
block
How to pronounce the name of the block.
- Parameters:
block- How to pronounce the name of the block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
block
How to pronounce the name of the block.
- Parameters:
block- How to pronounce the name of the block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
block
How to pronounce the name of the block.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblock(List<PhonemeTranscription>).- Parameters:
block- 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:
-
subBlock
How to pronounce the name of the sub-block.
- Parameters:
subBlock- How to pronounce the name of the sub-block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subBlock
How to pronounce the name of the sub-block.
- Parameters:
subBlock- How to pronounce the name of the sub-block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subBlock
How to pronounce the name of the sub-block.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubBlock(List<PhonemeTranscription>).- Parameters:
subBlock- 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:
-
street
How to pronounce the name of the street results should be present in.
- Parameters:
street- How to pronounce the name of the street results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
street
How to pronounce the name of the street results should be present in.
- Parameters:
street- How to pronounce the name of the street results should be present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
street
How to pronounce the name of the street results should be present in.
This is a convenience method that creates an instance of thePhonemeTranscription.Builderavoiding the need to create one manually viaPhonemeTranscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreet(List<PhonemeTranscription>).- Parameters:
street- 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:
-