public static interface Email.Builder extends SdkPojo, CopyableBuilder<Email.Builder,Email>
| Modifier and Type | Method and Description |
|---|---|
Email.Builder |
primary(Boolean primary)
A Boolean value representing whether this is the primary email address for the associated resource.
|
Email.Builder |
type(String type)
A string representing the type of address.
|
Email.Builder |
value(String value)
A string containing an email address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmail.Builder value(String value)
A string containing an email address. For example, "johndoe@amazon.com."
value - A string containing an email address. For example, "johndoe@amazon.com."Email.Builder type(String type)
A string representing the type of address. For example, "Work."
type - A string representing the type of address. For example, "Work."Email.Builder primary(Boolean primary)
A Boolean value representing whether this is the primary email address for the associated resource.
primary - A Boolean value representing whether this is the primary email address for the associated resource.Copyright © 2022. All rights reserved.