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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAddress.Builderaddress1(String address1)The first line of a customer address.UpdateAddress.Builderaddress2(String address2)The second line of a customer address.UpdateAddress.Builderaddress3(String address3)The third line of a customer address.UpdateAddress.Builderaddress4(String address4)The fourth line of a customer address.UpdateAddress.Buildercity(String city)The city in which a customer lives.UpdateAddress.Buildercountry(String country)The country in which a customer lives.UpdateAddress.Buildercounty(String county)The county in which a customer lives.UpdateAddress.BuilderpostalCode(String postalCode)The postal code of a customer address.UpdateAddress.Builderprovince(String province)The province in which a customer lives.UpdateAddress.Builderstate(String state)The state in which a customer lives.-
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, sdkFields
-
-
-
-
Method Detail
-
address1
UpdateAddress.Builder address1(String 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
UpdateAddress.Builder address2(String 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
UpdateAddress.Builder address3(String 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
UpdateAddress.Builder address4(String 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
UpdateAddress.Builder city(String 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
UpdateAddress.Builder county(String 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
UpdateAddress.Builder state(String 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
UpdateAddress.Builder province(String 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
UpdateAddress.Builder country(String 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
UpdateAddress.Builder postalCode(String 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.
-
-