Interface InvestigationFeedback.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvestigationFeedback.Builder,,InvestigationFeedback> SdkBuilder<InvestigationFeedback.Builder,,InvestigationFeedback> SdkPojo
- Enclosing class:
InvestigationFeedback
@Mutable
@NotThreadSafe
public static interface InvestigationFeedback.Builder
extends SdkPojo, CopyableBuilder<InvestigationFeedback.Builder,InvestigationFeedback>
-
Method Summary
Modifier and TypeMethodDescriptionOptional user comments providing additional context about the investigation feedback.submittedAt(Instant submittedAt) ISO 8601 timestamp when the feedback was submitted.usefulness(String usefulness) User assessment of the investigation result's quality and helpfulness.usefulness(UsefulnessRating usefulness) User assessment of the investigation result's quality and helpfulness.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
-
usefulness
User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
- Parameters:
usefulness- User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
usefulness
User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
- Parameters:
usefulness- User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comment
Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.
- Parameters:
comment- Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedAt
ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.
- Parameters:
submittedAt- ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-