Interface Speaker.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Speaker.Builder,,- Speaker> - SdkBuilder<Speaker.Builder,,- Speaker> - SdkPojo
- Enclosing class:
- Speaker
@Mutable
@NotThreadSafe
public static interface Speaker.Builder
extends SdkPojo, CopyableBuilder<Speaker.Builder,Speaker> 
- 
Method SummaryModifier and TypeMethodDescriptionA timestamp of when the speaker was created.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 of 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 of the speaker's last update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdAtA timestamp of when the speaker was created. - Parameters:
- createdAt- A timestamp of when the speaker was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customerSpeakerIdThe 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.
 
- 
domainIdThe 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.
 
- 
generatedSpeakerIdThe 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.
 
- 
lastAccessedAtThe timestamp of 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 of 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
updatedAtA timestamp of the speaker's last update. - Parameters:
- updatedAt- A timestamp of the speaker's last update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-