| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static Contact.Builder |
Contact.builder() |
Contact.Builder |
Contact.Builder.contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
Contact.Builder |
Contact.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Contact.Builder> |
Contact.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RelatedItemInputContent.Builder |
RelatedItemInputContent.Builder.contact(Consumer<Contact.Builder> contact)
Object representing a contact in Amazon Connect as an API request field.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromContact(Consumer<Contact.Builder> contact)
Create an instance of this class with
RelatedItemInputContent.contact() initialized to the given value. |
Copyright © 2023. All rights reserved.