Interface SearchEvaluationFormsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<SearchEvaluationFormsResponse.Builder,,SearchEvaluationFormsResponse> SdkBuilder<SearchEvaluationFormsResponse.Builder,,SearchEvaluationFormsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchEvaluationFormsResponse
@Mutable
@NotThreadSafe
public static interface SearchEvaluationFormsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchEvaluationFormsResponse.Builder,SearchEvaluationFormsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapproximateTotalCount(Long approximateTotalCount) The total number of evaluation forms that matched your search query.evaluationFormSearchSummaryList(Collection<EvaluationFormSearchSummary> evaluationFormSearchSummaryList) Information about the returned evaluation forms.evaluationFormSearchSummaryList(Consumer<EvaluationFormSearchSummary.Builder>... evaluationFormSearchSummaryList) Information about the returned evaluation forms.evaluationFormSearchSummaryList(EvaluationFormSearchSummary... evaluationFormSearchSummaryList) Information about the returned evaluation forms.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
-
evaluationFormSearchSummaryList
SearchEvaluationFormsResponse.Builder evaluationFormSearchSummaryList(Collection<EvaluationFormSearchSummary> evaluationFormSearchSummaryList) Information about the returned evaluation forms.
- Parameters:
evaluationFormSearchSummaryList- Information about the returned evaluation forms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationFormSearchSummaryList
SearchEvaluationFormsResponse.Builder evaluationFormSearchSummaryList(EvaluationFormSearchSummary... evaluationFormSearchSummaryList) Information about the returned evaluation forms.
- Parameters:
evaluationFormSearchSummaryList- Information about the returned evaluation forms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationFormSearchSummaryList
SearchEvaluationFormsResponse.Builder evaluationFormSearchSummaryList(Consumer<EvaluationFormSearchSummary.Builder>... evaluationFormSearchSummaryList) Information about the returned evaluation forms.
This is a convenience method that creates an instance of theEvaluationFormSearchSummary.Builderavoiding the need to create one manually viaEvaluationFormSearchSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevaluationFormSearchSummaryList(List<EvaluationFormSearchSummary>).- Parameters:
evaluationFormSearchSummaryList- a consumer that will call methods onEvaluationFormSearchSummary.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 evaluation forms that matched your search query.
- Parameters:
approximateTotalCount- The total number of evaluation forms that matched your search query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-