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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TranscriptCriteria.BuildermatchType(String matchType)The match type combining search criteria using multiple search texts in a transcript criteria.TranscriptCriteria.BuildermatchType(SearchContactsMatchType matchType)The match type combining search criteria using multiple search texts in a transcript criteria.TranscriptCriteria.BuilderparticipantRole(String participantRole)The participant role in a transcriptTranscriptCriteria.BuilderparticipantRole(ParticipantRole participantRole)The participant role in a transcriptTranscriptCriteria.BuildersearchText(String... searchText)The words or phrases used to search within a transcript.TranscriptCriteria.BuildersearchText(Collection<String> searchText)The words or phrases used to search within a transcript.-
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 Detail
-
participantRole
TranscriptCriteria.Builder participantRole(String participantRole)
The 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:
ParticipantRole,ParticipantRole
-
participantRole
TranscriptCriteria.Builder participantRole(ParticipantRole participantRole)
The 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:
ParticipantRole,ParticipantRole
-
searchText
TranscriptCriteria.Builder searchText(Collection<String> searchText)
The 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.
-
searchText
TranscriptCriteria.Builder searchText(String... searchText)
The 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.
-
matchType
TranscriptCriteria.Builder matchType(String matchType)
The 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:
SearchContactsMatchType,SearchContactsMatchType
-
matchType
TranscriptCriteria.Builder matchType(SearchContactsMatchType matchType)
The 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:
SearchContactsMatchType,SearchContactsMatchType
-
-