Interface ContactSearchSummary.Builder

    • Method Detail

      • arn

        ContactSearchSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the contact.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ContactSearchSummary.Builder id​(String id)

        The identifier of the contact summary.

        Parameters:
        id - The identifier of the contact summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialContactId

        ContactSearchSummary.Builder initialContactId​(String initialContactId)

        If this contact is related to other contacts, this is the ID of the initial contact.

        Parameters:
        initialContactId - If this contact is related to other contacts, this is the ID of the initial contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • previousContactId

        ContactSearchSummary.Builder previousContactId​(String previousContactId)

        If this contact is not the first contact, this is the ID of the previous contact.

        Parameters:
        previousContactId - If this contact is not the first contact, this is the ID of the previous contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channel

        ContactSearchSummary.Builder channel​(String channel)

        How the contact reached your contact center.

        Parameters:
        channel - How the contact reached your contact center.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Channel, Channel
      • channel

        ContactSearchSummary.Builder channel​(Channel channel)

        How the contact reached your contact center.

        Parameters:
        channel - How the contact reached your contact center.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Channel, Channel
      • queueInfo

        ContactSearchSummary.Builder queueInfo​(ContactSearchSummaryQueueInfo queueInfo)

        If this contact was queued, this contains information about the queue.

        Parameters:
        queueInfo - If this contact was queued, this contains information about the queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentInfo

        ContactSearchSummary.Builder agentInfo​(ContactSearchSummaryAgentInfo agentInfo)

        Information about the agent who accepted the contact.

        Parameters:
        agentInfo - Information about the agent who accepted the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiationTimestamp

        ContactSearchSummary.Builder initiationTimestamp​(Instant initiationTimestamp)

        The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.

        Parameters:
        initiationTimestamp - The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disconnectTimestamp

        ContactSearchSummary.Builder disconnectTimestamp​(Instant disconnectTimestamp)

        The timestamp when the customer endpoint disconnected from Amazon Connect.

        Parameters:
        disconnectTimestamp - The timestamp when the customer endpoint disconnected from Amazon Connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledTimestamp

        ContactSearchSummary.Builder scheduledTimestamp​(Instant scheduledTimestamp)

        The timestamp, in Unix epoch time format, at which to start running the inbound flow.

        Parameters:
        scheduledTimestamp - The timestamp, in Unix epoch time format, at which to start running the inbound flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.