Interface UpdateAddress.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateAddress.Builder,,UpdateAddress> SdkBuilder<UpdateAddress.Builder,,UpdateAddress> SdkPojo
- Enclosing class:
 UpdateAddress
public static interface UpdateAddress.Builder
extends SdkPojo, CopyableBuilder<UpdateAddress.Builder,UpdateAddress> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe first line of a customer address.The second line of a customer address.The third line of a customer address.The fourth line of a customer address.The city in which a customer lives.The country in which a customer lives.The county in which a customer lives.postalCode(String postalCode) The postal code of a customer address.The province in which a customer lives.The state in which a customer lives.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, sdkFields 
- 
Method Details
- 
address1
The first line of a customer address.
- Parameters:
 address1- The first line of a customer address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
address2
The second line of a customer address.
- Parameters:
 address2- The second line of a customer address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
address3
The third line of a customer address.
- Parameters:
 address3- The third line of a customer address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
address4
The fourth line of a customer address.
- Parameters:
 address4- The fourth line of a customer address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
city
The city in which a customer lives.
- Parameters:
 city- The city in which a customer lives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
county
The county in which a customer lives.
- Parameters:
 county- The county in which a customer lives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
state
The state in which a customer lives.
- Parameters:
 state- The state in which a customer lives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
province
The province in which a customer lives.
- Parameters:
 province- The province in which a customer lives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
country
The country in which a customer lives.
- Parameters:
 country- The country in which a customer lives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
postalCode
The postal code of a customer address.
- Parameters:
 postalCode- The postal code of a customer address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -