Interface EvaluationAcknowledgementSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationAcknowledgementSummary.Builder,,EvaluationAcknowledgementSummary> SdkBuilder<EvaluationAcknowledgementSummary.Builder,,EvaluationAcknowledgementSummary> SdkPojo
- Enclosing class:
EvaluationAcknowledgementSummary
@Mutable
@NotThreadSafe
public static interface EvaluationAcknowledgementSummary.Builder
extends SdkPojo, CopyableBuilder<EvaluationAcknowledgementSummary.Builder,EvaluationAcknowledgementSummary>
-
Method Summary
Modifier and TypeMethodDescriptionacknowledgedBy(String acknowledgedBy) The agent who acknowledged the evaluation.acknowledgedTime(Instant acknowledgedTime) The time when an 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
The time when an agent acknowledged the evaluation.
- Parameters:
acknowledgedTime- The time when an 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.
-