public static interface EvaluationSummary.Builder extends SdkPojo, CopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
| Modifier and Type | Method and Description |
|---|---|
EvaluationSummary.Builder |
createdTime(Instant createdTime)
The timestamp for when the evaluation was created.
|
EvaluationSummary.Builder |
evaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
EvaluationSummary.Builder |
evaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationSummary.Builder |
evaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
|
EvaluationSummary.Builder |
evaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
EvaluationSummary.Builder |
evaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
EvaluationSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
default EvaluationSummary.Builder |
score(Consumer<EvaluationScore.Builder> score)
The overall score of the contact evaluation.
|
EvaluationSummary.Builder |
score(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationSummary.Builder |
status(EvaluationStatus status)
The status of the contact evaluation.
|
EvaluationSummary.Builder |
status(String status)
The status of the contact evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationSummary.Builder evaluationId(String evaluationId)
A unique identifier for the contact evaluation.
evaluationId - A unique identifier for the contact evaluation.EvaluationSummary.Builder evaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.EvaluationSummary.Builder evaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
evaluationFormTitle - A title of the evaluation form.EvaluationSummary.Builder evaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId - The unique identifier for the evaluation form.EvaluationSummary.Builder status(String status)
The status of the contact evaluation.
status - The status of the contact evaluation.EvaluationStatus,
EvaluationStatusEvaluationSummary.Builder status(EvaluationStatus status)
The status of the contact evaluation.
status - The status of the contact evaluation.EvaluationStatus,
EvaluationStatusEvaluationSummary.Builder evaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
evaluatorArn - The Amazon Resource Name (ARN) of the user who last updated the evaluation.EvaluationSummary.Builder score(EvaluationScore score)
The overall score of the contact evaluation.
score - The overall score of the contact evaluation.default EvaluationSummary.Builder score(Consumer<EvaluationScore.Builder> score)
The overall score of the contact evaluation.
This is a convenience method that creates an instance of theEvaluationScore.Builder avoiding the
need to create one manually via EvaluationScore.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to score(EvaluationScore).
score - a consumer that will call methods on EvaluationScore.Builderscore(EvaluationScore)EvaluationSummary.Builder createdTime(Instant createdTime)
The timestamp for when the evaluation was created.
createdTime - The timestamp for when the evaluation was created.EvaluationSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp for when the evaluation was last updated.
lastModifiedTime - The timestamp for when the evaluation was last updated.Copyright © 2023. All rights reserved.