Interface ContactEvaluation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactEvaluation.Builder,
,ContactEvaluation> SdkBuilder<ContactEvaluation.Builder,
,ContactEvaluation> SdkPojo
- Enclosing class:
ContactEvaluation
@Mutable
@NotThreadSafe
public static interface ContactEvaluation.Builder
extends SdkPojo, CopyableBuilder<ContactEvaluation.Builder,ContactEvaluation>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteTimestamp
(Instant deleteTimestamp) The date and time when the evaluation was deleted, in UTC time.endTimestamp
(Instant endTimestamp) The date and time when the evaluation was submitted, in UTC time.evaluationArn
(String evaluationArn) The Amazon Resource Name for the evaluation form.exportLocation
(String exportLocation) The path where evaluation was exported.TheFormId
of the contact evaluation.startTimestamp
(Instant startTimestamp) The date and time when the evaluation was started, in UTC time.The status of the evaluation.The status of the evaluation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
formId
The
FormId
of the contact evaluation.- Parameters:
formId
- TheFormId
of the contact evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationArn
The Amazon Resource Name for the evaluation form. It is always present.
- Parameters:
evaluationArn
- The Amazon Resource Name for the evaluation form. It is always present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the evaluation.
- Parameters:
status
- The status of the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the evaluation.
- Parameters:
status
- The status of the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTimestamp
The date and time when the evaluation was started, in UTC time.
- Parameters:
startTimestamp
- The date and time when the evaluation was started, in UTC time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTimestamp
The date and time when the evaluation was submitted, in UTC time.
- Parameters:
endTimestamp
- The date and time when the evaluation was submitted, in UTC time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteTimestamp
The date and time when the evaluation was deleted, in UTC time.
- Parameters:
deleteTimestamp
- The date and time when the evaluation was deleted, in UTC time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportLocation
The path where evaluation was exported.
- Parameters:
exportLocation
- The path where evaluation was exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-