| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactContent.Builder |
ContactContent.builder() |
ContactContent.Builder |
ContactContent.Builder.channel(String channel)
A list of channels to filter on for related items of type
Contact. |
ContactContent.Builder |
ContactContent.Builder.connectedToSystemTime(Instant connectedToSystemTime)
The difference between the
InitiationTimestamp and the DisconnectTimestamp of the
contact. |
ContactContent.Builder |
ContactContent.Builder.contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
ContactContent.Builder |
ContactContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactContent.Builder> |
ContactContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RelatedItemContent.Builder |
RelatedItemContent.Builder.contact(Consumer<ContactContent.Builder> contact)
Represents the content of a contact to be returned to agents.
|
static RelatedItemContent |
RelatedItemContent.fromContact(Consumer<ContactContent.Builder> contact)
Create an instance of this class with
RelatedItemContent.contact() initialized to the given value. |
Copyright © 2023. All rights reserved.