static GetInvestigationResponse.Builder |
GetInvestigationResponse.builder() |
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.createdTime(Instant createdTime) |
The creation time of the investigation report in UTC time stamp format.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.entityArn(String entityArn) |
The unique Amazon Resource Name (ARN).
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.entityType(String entityType) |
Type of entity.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.entityType(EntityType entityType) |
Type of entity.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.graphArn(String graphArn) |
The Amazon Resource Name (ARN) of the behavior graph.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.investigationId(String investigationId) |
The investigation ID of the investigation report.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.scopeEndTime(Instant scopeEndTime) |
The data and time when the investigation began.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.scopeStartTime(Instant scopeStartTime) |
The start date and time used to set the scope time within which you want to generate the investigation
report.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.severity(String severity) |
The severity assigned is based on the likelihood and impact of the indicators of compromise discovered in the
investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.severity(Severity severity) |
The severity assigned is based on the likelihood and impact of the indicators of compromise discovered in the
investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.state(String state) |
The current state of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.state(State state) |
The current state of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.status(String status) |
The status based on the completion status of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.status(Status status) |
The status based on the completion status of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.toBuilder() |
|