Interface EvaluationAcknowledgement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationAcknowledgement.Builder,,EvaluationAcknowledgement> SdkBuilder<EvaluationAcknowledgement.Builder,,EvaluationAcknowledgement> SdkPojo
- Enclosing class:
EvaluationAcknowledgement
@Mutable
@NotThreadSafe
public static interface EvaluationAcknowledgement.Builder
extends SdkPojo, CopyableBuilder<EvaluationAcknowledgement.Builder,EvaluationAcknowledgement>
-
Method Summary
Modifier and TypeMethodDescriptionacknowledgedBy(String acknowledgedBy) The agent who acknowledged the evaluation.acknowledgedTime(Instant acknowledgedTime) When the agent acknowledged the evaluation.acknowledgerComment(String acknowledgerComment) A comment from the agent when they confirmed they acknowledged the evaluation.Methods 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, sdkFields
-
Method Details
-
acknowledgedTime
When the agent acknowledged the evaluation.
- Parameters:
acknowledgedTime- When the agent acknowledged the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acknowledgedBy
The agent who acknowledged the evaluation.
- Parameters:
acknowledgedBy- The agent who acknowledged the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acknowledgerComment
A comment from the agent when they confirmed they acknowledged the evaluation.
- Parameters:
acknowledgerComment- A comment from the agent when they confirmed they acknowledged the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-