Interface SpeakerSearchTask.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SpeakerSearchTask.Builder,,SpeakerSearchTask> SdkBuilder<SpeakerSearchTask.Builder,,SpeakerSearchTask> SdkPojo
- Enclosing class:
 SpeakerSearchTask
- 
Method Summary
Modifier and TypeMethodDescriptiondefault SpeakerSearchTask.BuildercallDetails(Consumer<CallDetails.Builder> callDetails) The call details of a speaker search task.callDetails(CallDetails callDetails) The call details of a speaker search task.createdTimestamp(Instant createdTimestamp) The time at which a speaker search task was created.default SpeakerSearchTask.BuilderspeakerSearchDetails(Consumer<SpeakerSearchDetails.Builder> speakerSearchDetails) The details of a speaker search task.speakerSearchDetails(SpeakerSearchDetails speakerSearchDetails) The details of a speaker search task.speakerSearchTaskId(String speakerSearchTaskId) The speaker search task ID.speakerSearchTaskStatus(String speakerSearchTaskStatus) The status of the speaker search task,IN_QUEUE,IN_PROGRESS,PARTIAL_SUCCESS,SUCCEEDED,FAILED, orSTOPPED.startedTimestamp(Instant startedTimestamp) The time at which the speaker search task began.statusMessage(String statusMessage) A detailed message about the status of a speaker search.updatedTimestamp(Instant updatedTimestamp) The time at which a speaker search task was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
speakerSearchTaskId
The speaker search task ID.
- Parameters:
 speakerSearchTaskId- The speaker search task ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
speakerSearchTaskStatus
The status of the speaker search task,
IN_QUEUE,IN_PROGRESS,PARTIAL_SUCCESS,SUCCEEDED,FAILED, orSTOPPED.- Parameters:
 speakerSearchTaskStatus- The status of the speaker search task,IN_QUEUE,IN_PROGRESS,PARTIAL_SUCCESS,SUCCEEDED,FAILED, orSTOPPED.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
callDetails
The call details of a speaker search task.
- Parameters:
 callDetails- The call details of a speaker search task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
callDetails
The call details of a speaker search task.
This is a convenience method that creates an instance of theCallDetails.Builderavoiding the need to create one manually viaCallDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallDetails(CallDetails).- Parameters:
 callDetails- a consumer that will call methods onCallDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
speakerSearchDetails
The details of a speaker search task.
- Parameters:
 speakerSearchDetails- The details of a speaker search task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
speakerSearchDetails
default SpeakerSearchTask.Builder speakerSearchDetails(Consumer<SpeakerSearchDetails.Builder> speakerSearchDetails) The details of a speaker search task.
This is a convenience method that creates an instance of theSpeakerSearchDetails.Builderavoiding the need to create one manually viaSpeakerSearchDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospeakerSearchDetails(SpeakerSearchDetails).- Parameters:
 speakerSearchDetails- a consumer that will call methods onSpeakerSearchDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
createdTimestamp
The time at which a speaker search task was created.
- Parameters:
 createdTimestamp- The time at which a speaker search task was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
updatedTimestamp
The time at which a speaker search task was updated.
- Parameters:
 updatedTimestamp- The time at which a speaker search task was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
startedTimestamp
The time at which the speaker search task began.
- Parameters:
 startedTimestamp- The time at which the speaker search task began.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statusMessage
A detailed message about the status of a speaker search.
- Parameters:
 statusMessage- A detailed message about the status of a speaker search.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -