Interface SpeakerSummary.Builder

  • Method Details

    • createdAt

      SpeakerSummary.Builder createdAt(Instant createdAt)

      A timestamp showing the speaker's creation time.

      Parameters:
      createdAt - A timestamp showing the speaker's creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerSpeakerId

      SpeakerSummary.Builder customerSpeakerId(String customerSpeakerId)

      The client-provided identifier for the speaker.

      Parameters:
      customerSpeakerId - The client-provided identifier for the speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      SpeakerSummary.Builder domainId(String domainId)

      The identifier of the domain that contains the speaker.

      Parameters:
      domainId - The identifier of the domain that contains the speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • generatedSpeakerId

      SpeakerSummary.Builder generatedSpeakerId(String generatedSpeakerId)

      The service-generated identifier for the speaker.

      Parameters:
      generatedSpeakerId - The service-generated identifier for the speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastAccessedAt

      SpeakerSummary.Builder lastAccessedAt(Instant lastAccessedAt)

      The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

      Parameters:
      lastAccessedAt - The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the speaker.

      Parameters:
      status - The current status of the speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the speaker.

      Parameters:
      status - The current status of the speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      SpeakerSummary.Builder updatedAt(Instant updatedAt)

      A timestamp showing the speaker's last update.

      Parameters:
      updatedAt - A timestamp showing the speaker's last update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.