public static interface Address.Builder extends CopyableBuilder<Address.Builder,Address>
Modifier and Type | Method and Description |
---|---|
Address.Builder |
addressId(String addressId)
The unique ID for an address.
|
Address.Builder |
city(String city)
The city in an address that a Snowball is to be delivered to.
|
Address.Builder |
company(String company)
The name of the company to receive a Snowball at an address.
|
Address.Builder |
country(String country)
The country in an address that a Snowball is to be delivered to.
|
Address.Builder |
isRestricted(Boolean isRestricted)
If the address you are creating is a primary address, then set this option to true.
|
Address.Builder |
landmark(String landmark)
This field is no longer used and the value is ignored.
|
Address.Builder |
name(String name)
The name of a person to receive a Snowball at an address.
|
Address.Builder |
phoneNumber(String phoneNumber)
The phone number associated with an address that a Snowball is to be delivered to.
|
Address.Builder |
postalCode(String postalCode)
The postal code in an address that a Snowball is to be delivered to.
|
Address.Builder |
prefectureOrDistrict(String prefectureOrDistrict)
This field is no longer used and the value is ignored.
|
Address.Builder |
stateOrProvince(String stateOrProvince)
The state or province in an address that a Snowball is to be delivered to.
|
Address.Builder |
street1(String street1)
The first line in a street address that a Snowball is to be delivered to.
|
Address.Builder |
street2(String street2)
The second line in a street address that a Snowball is to be delivered to.
|
Address.Builder |
street3(String street3)
The third line in a street address that a Snowball is to be delivered to.
|
copy
applyMutation, build
Address.Builder addressId(String addressId)
The unique ID for an address.
addressId
- The unique ID for an address.Address.Builder name(String name)
The name of a person to receive a Snowball at an address.
name
- The name of a person to receive a Snowball at an address.Address.Builder company(String company)
The name of the company to receive a Snowball at an address.
company
- The name of the company to receive a Snowball at an address.Address.Builder street1(String street1)
The first line in a street address that a Snowball is to be delivered to.
street1
- The first line in a street address that a Snowball is to be delivered to.Address.Builder street2(String street2)
The second line in a street address that a Snowball is to be delivered to.
street2
- The second line in a street address that a Snowball is to be delivered to.Address.Builder street3(String street3)
The third line in a street address that a Snowball is to be delivered to.
street3
- The third line in a street address that a Snowball is to be delivered to.Address.Builder city(String city)
The city in an address that a Snowball is to be delivered to.
city
- The city in an address that a Snowball is to be delivered to.Address.Builder stateOrProvince(String stateOrProvince)
The state or province in an address that a Snowball is to be delivered to.
stateOrProvince
- The state or province in an address that a Snowball is to be delivered to.Address.Builder prefectureOrDistrict(String prefectureOrDistrict)
This field is no longer used and the value is ignored.
prefectureOrDistrict
- This field is no longer used and the value is ignored.Address.Builder landmark(String landmark)
This field is no longer used and the value is ignored.
landmark
- This field is no longer used and the value is ignored.Address.Builder country(String country)
The country in an address that a Snowball is to be delivered to.
country
- The country in an address that a Snowball is to be delivered to.Address.Builder postalCode(String postalCode)
The postal code in an address that a Snowball is to be delivered to.
postalCode
- The postal code in an address that a Snowball is to be delivered to.Address.Builder phoneNumber(String phoneNumber)
The phone number associated with an address that a Snowball is to be delivered to.
phoneNumber
- The phone number associated with an address that a Snowball is to be delivered to.Address.Builder isRestricted(Boolean isRestricted)
If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
isRestricted
- If the address you are creating is a primary address, then set this option to true. This field is not
supported in most regions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.