Interface TranslationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TranslationDetails.Builder,,TranslationDetails> SdkBuilder<TranslationDetails.Builder,,TranslationDetails> SdkPojo
- Enclosing class:
TranslationDetails
-
Method Summary
Modifier and TypeMethodDescriptiondistrict(Collection<AdminNames> district) A list of administrative names and translations for the district address component.district(Consumer<AdminNames.Builder>... district) A list of administrative names and translations for the district address component.district(AdminNames... district) A list of administrative names and translations for the district address component.locality(Collection<AdminNames> locality) A list of administrative names and translations for the locality address component.locality(Consumer<AdminNames.Builder>... locality) A list of administrative names and translations for the locality address component.locality(AdminNames... locality) A list of administrative names and translations for the locality address component.region(Collection<AdminNames> region) A list of administrative names and translations for the region address component.region(Consumer<AdminNames.Builder>... region) A list of administrative names and translations for the region address component.region(AdminNames... region) A list of administrative names and translations for the region address component.subRegion(Collection<AdminNames> subRegion) A list of administrative names and translations for the sub-region address component.subRegion(Consumer<AdminNames.Builder>... subRegion) A list of administrative names and translations for the sub-region address component.subRegion(AdminNames... subRegion) A list of administrative names and translations for the sub-region address component.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
-
locality
A list of administrative names and translations for the locality address component.
- Parameters:
locality- A list of administrative names and translations for the locality address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locality
A list of administrative names and translations for the locality address component.
- Parameters:
locality- A list of administrative names and translations for the locality address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locality
A list of administrative names and translations for the locality address component.
This is a convenience method that creates an instance of theAdminNames.Builderavoiding the need to create one manually viaAdminNames.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocality(List<AdminNames>).- Parameters:
locality- a consumer that will call methods onAdminNames.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
region
A list of administrative names and translations for the region address component.
- Parameters:
region- A list of administrative names and translations for the region address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
A list of administrative names and translations for the region address component.
- Parameters:
region- A list of administrative names and translations for the region address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
A list of administrative names and translations for the region address component.
This is a convenience method that creates an instance of theAdminNames.Builderavoiding the need to create one manually viaAdminNames.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregion(List<AdminNames>).- Parameters:
region- a consumer that will call methods onAdminNames.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
district
A list of administrative names and translations for the district address component.
- Parameters:
district- A list of administrative names and translations for the district address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
district
A list of administrative names and translations for the district address component.
- Parameters:
district- A list of administrative names and translations for the district address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
district
A list of administrative names and translations for the district address component.
This is a convenience method that creates an instance of theAdminNames.Builderavoiding the need to create one manually viaAdminNames.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todistrict(List<AdminNames>).- Parameters:
district- a consumer that will call methods onAdminNames.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subRegion
A list of administrative names and translations for the sub-region address component.
- Parameters:
subRegion- A list of administrative names and translations for the sub-region address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subRegion
A list of administrative names and translations for the sub-region address component.
- Parameters:
subRegion- A list of administrative names and translations for the sub-region address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subRegion
A list of administrative names and translations for the sub-region address component.
This is a convenience method that creates an instance of theAdminNames.Builderavoiding the need to create one manually viaAdminNames.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubRegion(List<AdminNames>).- Parameters:
subRegion- a consumer that will call methods onAdminNames.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-