| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
static Email.Builder |
Email.builder() |
Email.Builder |
Email.Builder.primary(Boolean primary)
A Boolean value representing whether this is the primary email address for the associated resource.
|
Email.Builder |
Email.toBuilder() |
Email.Builder |
Email.Builder.type(String type)
A string representing the type of address.
|
Email.Builder |
Email.Builder.value(String value)
A string containing an email address.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Email.Builder> |
Email.serializableBuilderClass() |
Copyright © 2023. All rights reserved.