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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeContactEvaluationResponse.Builderevaluation(Consumer<Evaluation.Builder> evaluation)Information about the evaluation form completed for a specific contact.DescribeContactEvaluationResponse.Builderevaluation(Evaluation evaluation)Information about the evaluation form completed for a specific contact.default DescribeContactEvaluationResponse.BuilderevaluationForm(Consumer<EvaluationFormContent.Builder> evaluationForm)Information about the evaluation form.DescribeContactEvaluationResponse.BuilderevaluationForm(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 Detail
-
evaluation
DescribeContactEvaluationResponse.Builder evaluation(Evaluation 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.Builderavoiding the need to create one manually viaEvaluation.builder().When the
Consumercompletes,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:
evaluation(Evaluation)
-
evaluationForm
DescribeContactEvaluationResponse.Builder evaluationForm(EvaluationFormContent 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.Builderavoiding the need to create one manually viaEvaluationFormContent.builder().When the
Consumercompletes,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:
evaluationForm(EvaluationFormContent)
-
-