public static interface ListRealtimeContactAnalysisSegmentsRequest.Builder extends ConnectContactLensRequest.Builder, SdkPojo, CopyableBuilder<ListRealtimeContactAnalysisSegmentsRequest.Builder,ListRealtimeContactAnalysisSegmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRealtimeContactAnalysisSegmentsRequest.Builder |
contactId(String contactId)
The identifier of the contact.
|
ListRealtimeContactAnalysisSegmentsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListRealtimeContactAnalysisSegmentsRequest.Builder |
maxResults(Integer maxResults)
The maximimum number of results to return per page.
|
ListRealtimeContactAnalysisSegmentsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListRealtimeContactAnalysisSegmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRealtimeContactAnalysisSegmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRealtimeContactAnalysisSegmentsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.ListRealtimeContactAnalysisSegmentsRequest.Builder contactId(String contactId)
The identifier of the contact.
contactId - The identifier of the contact.ListRealtimeContactAnalysisSegmentsRequest.Builder maxResults(Integer maxResults)
The maximimum number of results to return per page.
maxResults - The maximimum number of results to return per page.ListRealtimeContactAnalysisSegmentsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListRealtimeContactAnalysisSegmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRealtimeContactAnalysisSegmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.