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
Modifier 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.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
-
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
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:
-
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
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
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:
-
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:
-