Interface SpeakerSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpeakerSummary.Builder,
,SpeakerSummary> SdkBuilder<SpeakerSummary.Builder,
,SpeakerSummary> SdkPojo
- Enclosing class:
SpeakerSummary
public static interface SpeakerSummary.Builder
extends SdkPojo, CopyableBuilder<SpeakerSummary.Builder,SpeakerSummary>
-
Method Summary
Modifier and TypeMethodDescriptionA timestamp showing the speaker's creation time.customerSpeakerId
(String customerSpeakerId) The client-provided identifier for the speaker.The identifier of the domain that contains the speaker.generatedSpeakerId
(String generatedSpeakerId) The service-generated identifier for the speaker.lastAccessedAt
(Instant lastAccessedAt) The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.The current status of the speaker.status
(SpeakerStatus status) The current status of the speaker.A timestamp showing the speaker's last update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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
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
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.
-