public static interface ContactContent.Builder extends SdkPojo, CopyableBuilder<ContactContent.Builder,ContactContent>
| Modifier and Type | Method and Description |
|---|---|
ContactContent.Builder |
channel(String channel)
A list of channels to filter on for related items of type
Contact. |
ContactContent.Builder |
connectedToSystemTime(Instant connectedToSystemTime)
The difference between the
InitiationTimestamp and the DisconnectTimestamp of the
contact. |
ContactContent.Builder |
contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactContent.Builder channel(String channel)
A list of channels to filter on for related items of type Contact.
channel - A list of channels to filter on for related items of type Contact.ContactContent.Builder connectedToSystemTime(Instant connectedToSystemTime)
The difference between the InitiationTimestamp and the DisconnectTimestamp of the
contact.
connectedToSystemTime - The difference between the InitiationTimestamp and the DisconnectTimestamp
of the contact.ContactContent.Builder contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
contactArn - A unique identifier of a contact in Amazon Connect.Copyright © 2023. All rights reserved.