Interface DescribeContactEvaluationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<DescribeContactEvaluationResponse.Builder,
,DescribeContactEvaluationResponse> SdkBuilder<DescribeContactEvaluationResponse.Builder,
,DescribeContactEvaluationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeContactEvaluationResponse
public static interface DescribeContactEvaluationResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeContactEvaluationResponse.Builder,DescribeContactEvaluationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionevaluation
(Consumer<Evaluation.Builder> evaluation) Information about the evaluation form completed for a specific contact.evaluation
(Evaluation evaluation) Information about the evaluation form completed for a specific contact.evaluationForm
(Consumer<EvaluationFormContent.Builder> evaluationForm) Information about the evaluation form.evaluationForm
(EvaluationFormContent evaluationForm) Information about the evaluation form.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
evaluation
Information about the evaluation form completed for a specific contact.
- Parameters:
evaluation
- Information about the evaluation form completed for a specific contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluation
default DescribeContactEvaluationResponse.Builder evaluation(Consumer<Evaluation.Builder> evaluation) Information about the evaluation form completed for a specific contact.
This is a convenience method that creates an instance of theEvaluation.Builder
avoiding the need to create one manually viaEvaluation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevaluation(Evaluation)
.- Parameters:
evaluation
- a consumer that will call methods onEvaluation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationForm
Information about the evaluation form.
- Parameters:
evaluationForm
- Information about the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationForm
default DescribeContactEvaluationResponse.Builder evaluationForm(Consumer<EvaluationFormContent.Builder> evaluationForm) Information about the evaluation form.
This is a convenience method that creates an instance of theEvaluationFormContent.Builder
avoiding the need to create one manually viaEvaluationFormContent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevaluationForm(EvaluationFormContent)
.- Parameters:
evaluationForm
- a consumer that will call methods onEvaluationFormContent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-