public static interface ListContactEvaluationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactEvaluationsResponse.Builder,ListContactEvaluationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactEvaluationsResponse.Builder |
evaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResponse.Builder |
evaluationSummaryList(Consumer<EvaluationSummary.Builder>... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResponse.Builder |
evaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactEvaluationsResponse.Builder evaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
evaluationSummaryList - Provides details about a list of contact evaluations belonging to an instance.ListContactEvaluationsResponse.Builder evaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
evaluationSummaryList - Provides details about a list of contact evaluations belonging to an instance.ListContactEvaluationsResponse.Builder evaluationSummaryList(Consumer<EvaluationSummary.Builder>... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
This is a convenience method that creates an instance of theEvaluationSummary.Builder avoiding the need to create
one manually via EvaluationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #evaluationSummaryList(List.
evaluationSummaryList - a consumer that will call methods on
EvaluationSummary.Builder#evaluationSummaryList(java.util.Collection) ListContactEvaluationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
nextToken - If there are additional results, this is the token for the next set of results. This is always returned as null in the response.
Copyright © 2023. All rights reserved.