Interface InvestigationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvestigationSummary.Builder,,InvestigationSummary> SdkBuilder<InvestigationSummary.Builder,,InvestigationSummary> SdkPojo
- Enclosing class:
InvestigationSummary
@Mutable
@NotThreadSafe
public static interface InvestigationSummary.Builder
extends SdkPojo, CopyableBuilder<InvestigationSummary.Builder,InvestigationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID associated with the investigation.confidence(String confidence) The confidence level of the investigation's assessment.confidence(Confidence confidence) The confidence level of the investigation's assessment.The timestamp at which the investigation completed.investigationId(String investigationId) The unique identifier of the investigation.The assessed risk level of the investigated threat.The assessed risk level of the investigated threat.The timestamp at which the investigation started.The current status of the investigation.status(InvestigationStatus status) The current status of the investigation.A short title summarizing the investigation.triggerPrompt(String triggerPrompt) The natural-language prompt that initiated this investigation.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
-
investigationId
The unique identifier of the investigation.
- Parameters:
investigationId- The unique identifier of the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the investigation.
- Parameters:
status- The current status of the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the investigation.
- Parameters:
status- The current status of the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerPrompt
The natural-language prompt that initiated this investigation.
- Parameters:
triggerPrompt- The natural-language prompt that initiated this investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskLevel
The assessed risk level of the investigated threat.
- Parameters:
riskLevel- The assessed risk level of the investigated threat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskLevel
The assessed risk level of the investigated threat.
- Parameters:
riskLevel- The assessed risk level of the investigated threat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
The confidence level of the investigation's assessment.
- Parameters:
confidence- The confidence level of the investigation's assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
The confidence level of the investigation's assessment.
- Parameters:
confidence- The confidence level of the investigation's assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
title
A short title summarizing the investigation.
- Parameters:
title- A short title summarizing the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The Amazon Web Services account ID associated with the investigation.
- Parameters:
accountId- The Amazon Web Services account ID associated with the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The timestamp at which the investigation started.
- Parameters:
startTime- The timestamp at which the investigation started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp at which the investigation completed.
- Parameters:
endTime- The timestamp at which the investigation completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-