public static interface GetTranscriptRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<GetTranscriptRequest.Builder,GetTranscriptRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTranscriptRequest.Builder |
connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
GetTranscriptRequest.Builder |
contactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
|
GetTranscriptRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the page.
|
GetTranscriptRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
GetTranscriptRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTranscriptRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTranscriptRequest.Builder |
scanDirection(ScanDirection scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest.Builder |
scanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest.Builder |
sortOrder(SortKey sortOrder)
The sort order for the records.
|
GetTranscriptRequest.Builder |
sortOrder(String sortOrder)
The sort order for the records.
|
default GetTranscriptRequest.Builder |
startPosition(Consumer<StartPosition.Builder> startPosition)
A filtering option for where to start.
|
GetTranscriptRequest.Builder |
startPosition(StartPosition startPosition)
A filtering option for where to start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTranscriptRequest.Builder contactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
contactId - The contactId from the current contact chain for which transcript is needed.GetTranscriptRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the page. Default: 10.
maxResults - The maximum number of results to return in the page. Default: 10.GetTranscriptRequest.Builder nextToken(String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
nextToken - The pagination token. Use the value returned previously in the next subsequent request to retrieve the
next set of results.GetTranscriptRequest.Builder scanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
scanDirection - The direction from StartPosition from which to retrieve message. Default: BACKWARD when no
StartPosition is provided, FORWARD with StartPosition.ScanDirection,
ScanDirectionGetTranscriptRequest.Builder scanDirection(ScanDirection scanDirection)
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
scanDirection - The direction from StartPosition from which to retrieve message. Default: BACKWARD when no
StartPosition is provided, FORWARD with StartPosition.ScanDirection,
ScanDirectionGetTranscriptRequest.Builder sortOrder(String sortOrder)
The sort order for the records. Default: DESCENDING.
GetTranscriptRequest.Builder sortOrder(SortKey sortOrder)
The sort order for the records. Default: DESCENDING.
GetTranscriptRequest.Builder startPosition(StartPosition startPosition)
A filtering option for where to start.
startPosition - A filtering option for where to start.default GetTranscriptRequest.Builder startPosition(Consumer<StartPosition.Builder> startPosition)
A filtering option for where to start.
This is a convenience method that creates an instance of theStartPosition.Builder avoiding the need
to create one manually via StartPosition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startPosition(StartPosition).
startPosition - a consumer that will call methods on StartPosition.BuilderstartPosition(StartPosition)GetTranscriptRequest.Builder connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.GetTranscriptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTranscriptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.