public static interface Speaker.Builder extends SdkPojo, CopyableBuilder<Speaker.Builder,Speaker>
| Modifier and Type | Method and Description |
|---|---|
Speaker.Builder |
createdAt(Instant createdAt)
A timestamp showing when the speaker is created.
|
Speaker.Builder |
customerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
Speaker.Builder |
domainId(String domainId)
The identifier of the domain that contains the speaker.
|
Speaker.Builder |
generatedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
Speaker.Builder |
lastAccessedAt(Instant lastAccessedAt)
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful
authentication.
|
Speaker.Builder |
status(SpeakerStatus status)
The current status of the speaker.
|
Speaker.Builder |
status(String status)
The current status of the speaker.
|
Speaker.Builder |
updatedAt(Instant updatedAt)
A timestamp showing the speaker's last update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpeaker.Builder createdAt(Instant createdAt)
A timestamp showing when the speaker is created.
createdAt - A timestamp showing when the speaker is created.Speaker.Builder customerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
customerSpeakerId - The client-provided identifier for the speaker.Speaker.Builder domainId(String domainId)
The identifier of the domain that contains the speaker.
domainId - The identifier of the domain that contains the speaker.Speaker.Builder generatedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
generatedSpeakerId - The service-generated identifier for the speaker.Speaker.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.
lastAccessedAt - The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful
authentication. This timestamp is accurate to one hour.Speaker.Builder status(String status)
The current status of the speaker.
status - The current status of the speaker.SpeakerStatus,
SpeakerStatusSpeaker.Builder status(SpeakerStatus status)
The current status of the speaker.
status - The current status of the speaker.SpeakerStatus,
SpeakerStatusSpeaker.Builder updatedAt(Instant updatedAt)
A timestamp showing the speaker's last update.
updatedAt - A timestamp showing the speaker's last update.Copyright © 2023. All rights reserved.