Interface SearchContactEvaluationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<SearchContactEvaluationsResponse.Builder,,SearchContactEvaluationsResponse> SdkBuilder<SearchContactEvaluationsResponse.Builder,,SearchContactEvaluationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchContactEvaluationsResponse
@Mutable
@NotThreadSafe
public static interface SearchContactEvaluationsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchContactEvaluationsResponse.Builder,SearchContactEvaluationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapproximateTotalCount(Long approximateTotalCount) The total number of contact evaluations that matched your search query.evaluationSearchSummaryList(Collection<EvaluationSearchSummary> evaluationSearchSummaryList) Contains information about contact evaluations.evaluationSearchSummaryList(Consumer<EvaluationSearchSummary.Builder>... evaluationSearchSummaryList) Contains information about contact evaluations.evaluationSearchSummaryList(EvaluationSearchSummary... evaluationSearchSummaryList) Contains information about contact evaluations.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
evaluationSearchSummaryList
SearchContactEvaluationsResponse.Builder evaluationSearchSummaryList(Collection<EvaluationSearchSummary> evaluationSearchSummaryList) Contains information about contact evaluations.
- Parameters:
evaluationSearchSummaryList- Contains information about contact evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationSearchSummaryList
SearchContactEvaluationsResponse.Builder evaluationSearchSummaryList(EvaluationSearchSummary... evaluationSearchSummaryList) Contains information about contact evaluations.
- Parameters:
evaluationSearchSummaryList- Contains information about contact evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationSearchSummaryList
SearchContactEvaluationsResponse.Builder evaluationSearchSummaryList(Consumer<EvaluationSearchSummary.Builder>... evaluationSearchSummaryList) Contains information about contact evaluations.
This is a convenience method that creates an instance of theEvaluationSearchSummary.Builderavoiding the need to create one manually viaEvaluationSearchSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevaluationSearchSummaryList(List<EvaluationSearchSummary>).- Parameters:
evaluationSearchSummaryList- a consumer that will call methods onEvaluationSearchSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approximateTotalCount
The total number of contact evaluations that matched your search query.
- Parameters:
approximateTotalCount- The total number of contact evaluations that matched your search query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-