Interface TranscriptCriteria.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TranscriptCriteria.Builder,,- TranscriptCriteria> - SdkBuilder<TranscriptCriteria.Builder,,- TranscriptCriteria> - SdkPojo
- Enclosing class:
- TranscriptCriteria
public static interface TranscriptCriteria.Builder
extends SdkPojo, CopyableBuilder<TranscriptCriteria.Builder,TranscriptCriteria> 
- 
Method SummaryModifier and TypeMethodDescriptionThe match type combining search criteria using multiple search texts in a transcript criteria.matchType(SearchContactsMatchType matchType) The match type combining search criteria using multiple search texts in a transcript criteria.participantRole(String participantRole) The participant role in a transcriptparticipantRole(ParticipantRole participantRole) The participant role in a transcriptsearchText(String... searchText) The words or phrases used to search within a transcript.searchText(Collection<String> searchText) The words or phrases used to search within a transcript.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, sdkFields
- 
Method Details- 
participantRoleThe participant role in a transcript - Parameters:
- participantRole- The participant role in a transcript
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
participantRoleThe participant role in a transcript - Parameters:
- participantRole- The participant role in a transcript
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
searchTextThe words or phrases used to search within a transcript. - Parameters:
- searchText- The words or phrases used to search within a transcript.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
searchTextThe words or phrases used to search within a transcript. - Parameters:
- searchText- The words or phrases used to search within a transcript.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchTypeThe match type combining search criteria using multiple search texts in a transcript criteria. - Parameters:
- matchType- The match type combining search criteria using multiple search texts in a transcript criteria.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
matchTypeThe match type combining search criteria using multiple search texts in a transcript criteria. - Parameters:
- matchType- The match type combining search criteria using multiple search texts in a transcript criteria.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-