static GetInvestigationResponse.Builder |
GetInvestigationResponse.builder() |
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.createdTime(Instant createdTime) |
The UTC time stamp of the creation time of the investigation report.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.entityArn(String entityArn) |
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
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 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 for the scope time set to generate the investigation report.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.severity(String severity) |
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.severity(Severity severity) |
Severity 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) |
Status based on the completion status of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.Builder.status(Status status) |
Status based on the completion status of the investigation.
|
GetInvestigationResponse.Builder |
GetInvestigationResponse.toBuilder() |
|