-
Method Summary
A Boolean value representing whether this is the primary email address for the associated resource.
A string representing the type of address.
A string containing an email address.
-
Method Details
-
value
A string containing an email address. For example, "johndoe@amazon.com."
- Parameters:
value
- A string containing an email address. For example, "johndoe@amazon.com."
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
A string representing the type of address. For example, "Work."
- Parameters:
type
- A string representing the type of address. For example, "Work."
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primary
A Boolean value representing whether this is the primary email address for the associated resource.
- Parameters:
primary
- A Boolean value representing whether this is the primary email address for the associated resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.