Interface ReceiverAddress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReceiverAddress.Builder,
,ReceiverAddress> SdkBuilder<ReceiverAddress.Builder,
,ReceiverAddress> SdkPojo
- Enclosing class:
ReceiverAddress
@Mutable
@NotThreadSafe
public static interface ReceiverAddress.Builder
extends SdkPojo, CopyableBuilder<ReceiverAddress.Builder,ReceiverAddress>
-
Method Summary
Modifier and TypeMethodDescriptionaddressLine1
(String addressLine1) The first line of the address.addressLine2
(String addressLine2) The second line of the address, if applicable.addressLine3
(String addressLine3) The third line of the address, if applicable.The city that the address is in.companyName
(String companyName) A unique company name.countryCode
(String countryCode) The country code for the country the address is in.districtOrCounty
(String districtOrCounty) The district or country the address is located in.postalCode
(String postalCode) The postal code associated with the address.stateOrRegion
(String stateOrRegion) The state, region, or province the address is located.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 Details
-
addressLine1
The first line of the address.
- Parameters:
addressLine1
- The first line of the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressLine2
The second line of the address, if applicable.
- Parameters:
addressLine2
- The second line of the address, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressLine3
The third line of the address, if applicable.
- Parameters:
addressLine3
- The third line of the address, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
districtOrCounty
The district or country the address is located in.
- Parameters:
districtOrCounty
- The district or country the address is located in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
city
The city that the address is in.
- Parameters:
city
- The city that the address is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateOrRegion
The state, region, or province the address is located.
- Parameters:
stateOrRegion
- The state, region, or province the address is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The country code for the country the address is in.
- Parameters:
countryCode
- The country code for the country the address is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
companyName
A unique company name.
- Parameters:
companyName
- A unique company name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The postal code associated with the address.
- Parameters:
postalCode
- The postal code associated with the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-