Interface Address.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Address.Builder,
,Address> SdkBuilder<Address.Builder,
,Address> SdkPojo
- Enclosing class:
Address
-
Method Summary
Modifier and TypeMethodDescriptionThe city for this address.The company name for this address.The country for this address.emailAddress
(String emailAddress) The recipient's email address.The recipient's name for this address.phoneNumber
(String phoneNumber) The recipient's phone number.postalCode
(String postalCode) The postal code for this address.stateOrProvince
(String stateOrProvince) The state or province for this address.The first line of the street address.The second line of the street address.The third line of the street address.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 Details
-
city
The city for this address.
- Parameters:
city
- The city for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
company
The company name for this address.
- Parameters:
company
- The company name for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The country for this address.
- Parameters:
country
- The country for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
The recipient's email address.
- Parameters:
emailAddress
- The recipient's email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The recipient's name for this address.
- Parameters:
name
- The recipient's name for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The recipient's phone number.
- Parameters:
phoneNumber
- The recipient's phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The postal code for this address.
- Parameters:
postalCode
- The postal code for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateOrProvince
The state or province for this address.
- Parameters:
stateOrProvince
- The state or province for this address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
street1
The first line of the street address.
- Parameters:
street1
- The first line of the street address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
street2
The second line of the street address.
- Parameters:
street2
- The second line of the street address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
street3
The third line of the street address.
- Parameters:
street3
- The third line of the street address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-