Interface AddressComponentPhonemes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddressComponentPhonemes.Builder,AddressComponentPhonemes>,SdkBuilder<AddressComponentPhonemes.Builder,AddressComponentPhonemes>,SdkPojo
- Enclosing class:
- AddressComponentPhonemes
public static interface AddressComponentPhonemes.Builder extends SdkPojo, CopyableBuilder<AddressComponentPhonemes.Builder,AddressComponentPhonemes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressComponentPhonemes.Builderblock(Collection<PhonemeTranscription> block)How to pronounce the name of the block.AddressComponentPhonemes.Builderblock(Consumer<PhonemeTranscription.Builder>... block)How to pronounce the name of the block.AddressComponentPhonemes.Builderblock(PhonemeTranscription... block)How to pronounce the name of the block.AddressComponentPhonemes.Buildercountry(Collection<PhonemeTranscription> country)The alpha-2 or alpha-3 character code for the country that the results will be present in.AddressComponentPhonemes.Buildercountry(Consumer<PhonemeTranscription.Builder>... country)The alpha-2 or alpha-3 character code for the country that the results will be present in.AddressComponentPhonemes.Buildercountry(PhonemeTranscription... country)The alpha-2 or alpha-3 character code for the country that the results will be present in.AddressComponentPhonemes.Builderdistrict(Collection<PhonemeTranscription> district)How to pronounce the district or division of a city results should be present in.AddressComponentPhonemes.Builderdistrict(Consumer<PhonemeTranscription.Builder>... district)How to pronounce the district or division of a city results should be present in.AddressComponentPhonemes.Builderdistrict(PhonemeTranscription... district)How to pronounce the district or division of a city results should be present in.AddressComponentPhonemes.Builderlocality(Collection<PhonemeTranscription> locality)How to pronounce the city or locality results should be present in.AddressComponentPhonemes.Builderlocality(Consumer<PhonemeTranscription.Builder>... locality)How to pronounce the city or locality results should be present in.AddressComponentPhonemes.Builderlocality(PhonemeTranscription... locality)How to pronounce the city or locality results should be present in.AddressComponentPhonemes.Builderregion(Collection<PhonemeTranscription> region)How to pronounce the region or state results should be to be present in.AddressComponentPhonemes.Builderregion(Consumer<PhonemeTranscription.Builder>... region)How to pronounce the region or state results should be to be present in.AddressComponentPhonemes.Builderregion(PhonemeTranscription... region)How to pronounce the region or state results should be to be present in.AddressComponentPhonemes.Builderstreet(Collection<PhonemeTranscription> street)How to pronounce the name of the street results should be present in.AddressComponentPhonemes.Builderstreet(Consumer<PhonemeTranscription.Builder>... street)How to pronounce the name of the street results should be present in.AddressComponentPhonemes.Builderstreet(PhonemeTranscription... street)How to pronounce the name of the street results should be present in.AddressComponentPhonemes.BuildersubBlock(Collection<PhonemeTranscription> subBlock)How to pronounce the name of the sub-block.AddressComponentPhonemes.BuildersubBlock(Consumer<PhonemeTranscription.Builder>... subBlock)How to pronounce the name of the sub-block.AddressComponentPhonemes.BuildersubBlock(PhonemeTranscription... subBlock)How to pronounce the name of the sub-block.AddressComponentPhonemes.BuildersubDistrict(Collection<PhonemeTranscription> subDistrict)How to pronounce the sub-district or division of a city results should be present in.AddressComponentPhonemes.BuildersubDistrict(Consumer<PhonemeTranscription.Builder>... subDistrict)How to pronounce the sub-district or division of a city results should be present in.AddressComponentPhonemes.BuildersubDistrict(PhonemeTranscription... subDistrict)How to pronounce the sub-district or division of a city results should be present in.AddressComponentPhonemes.BuildersubRegion(Collection<PhonemeTranscription> subRegion)How to pronounce the sub-region or county for which results should be present in.AddressComponentPhonemes.BuildersubRegion(Consumer<PhonemeTranscription.Builder>... subRegion)How to pronounce the sub-region or county for which results should be present in.AddressComponentPhonemes.BuildersubRegion(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
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
-
country
AddressComponentPhonemes.Builder country(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder country(PhonemeTranscription... 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
AddressComponentPhonemes.Builder country(Consumer<PhonemeTranscription.Builder>... 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 to#country(List.) - 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:
#country(java.util.Collection)
-
region
AddressComponentPhonemes.Builder region(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder region(PhonemeTranscription... 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
AddressComponentPhonemes.Builder region(Consumer<PhonemeTranscription.Builder>... 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 to#region(List.) - 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:
#region(java.util.Collection)
-
subRegion
AddressComponentPhonemes.Builder subRegion(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder subRegion(PhonemeTranscription... 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
AddressComponentPhonemes.Builder subRegion(Consumer<PhonemeTranscription.Builder>... 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 to#subRegion(List.) - 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:
#subRegion(java.util.Collection)
-
locality
AddressComponentPhonemes.Builder locality(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder locality(PhonemeTranscription... 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
AddressComponentPhonemes.Builder locality(Consumer<PhonemeTranscription.Builder>... 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 to#locality(List.) - 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:
#locality(java.util.Collection)
-
district
AddressComponentPhonemes.Builder district(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder district(PhonemeTranscription... 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
AddressComponentPhonemes.Builder district(Consumer<PhonemeTranscription.Builder>... 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 to#district(List.) - 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:
#district(java.util.Collection)
-
subDistrict
AddressComponentPhonemes.Builder subDistrict(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder subDistrict(PhonemeTranscription... 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
AddressComponentPhonemes.Builder subDistrict(Consumer<PhonemeTranscription.Builder>... 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 to#subDistrict(List.) - 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:
#subDistrict(java.util.Collection)
-
block
AddressComponentPhonemes.Builder block(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder block(PhonemeTranscription... 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
AddressComponentPhonemes.Builder block(Consumer<PhonemeTranscription.Builder>... 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 to#block(List.) - 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:
#block(java.util.Collection)
-
subBlock
AddressComponentPhonemes.Builder subBlock(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder subBlock(PhonemeTranscription... 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
AddressComponentPhonemes.Builder subBlock(Consumer<PhonemeTranscription.Builder>... 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 to#subBlock(List.) - 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:
#subBlock(java.util.Collection)
-
street
AddressComponentPhonemes.Builder street(Collection<PhonemeTranscription> 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
AddressComponentPhonemes.Builder street(PhonemeTranscription... 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
AddressComponentPhonemes.Builder street(Consumer<PhonemeTranscription.Builder>... 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 to#street(List.) - 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:
#street(java.util.Collection)
-
-