public static class SightingSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SightingSummary.Builder |
actorPrincipalId(String actorPrincipalId)
Unique identifier for principal actor
|
SightingSummary.Builder |
actorPrincipalName(String actorPrincipalName)
Name of principal actor
|
SightingSummary.Builder |
actorPrincipalType(String actorPrincipalType)
Type of principal actor
|
SightingSummary |
build() |
SightingSummary.Builder |
classificationStatus(ClassificationStatus classificationStatus)
Classification status of the sighting
|
SightingSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID where the impacted resource is created
|
SightingSummary.Builder |
confidence(Confidence confidence)
Confidence level that the sighting is not a false positive
|
SightingSummary.Builder |
copy(SightingSummary model) |
SightingSummary.Builder |
detectorRuleId(String detectorRuleId)
Unique identifier of the detector rule that was triggered
|
SightingSummary.Builder |
id(String id)
Unique identifier for sighting
|
SightingSummary.Builder |
problemId(String problemId)
Problem ID associated with sighting
|
SightingSummary.Builder |
regions(List<String> regions)
List of regions involved in the sighting
|
SightingSummary.Builder |
severity(Severity severity)
Severity of the sighting
|
SightingSummary.Builder |
sightingScore(Integer sightingScore)
Score for the sighting
|
SightingSummary.Builder |
sightingType(String sightingType)
Type of sighting
|
SightingSummary.Builder |
sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
|
SightingSummary.Builder |
tacticName(String tacticName)
Name of the MITRE ATT@CK framework tactic
|
SightingSummary.Builder |
techniqueName(String techniqueName)
Name of the MITRE ATT@CK framework technique
|
SightingSummary.Builder |
timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
|
SightingSummary.Builder |
timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
|
SightingSummary.Builder |
timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
|
SightingSummary.Builder |
timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
|
public SightingSummary.Builder id(String id)
Unique identifier for sighting
id
- the value to setpublic SightingSummary.Builder compartmentId(String compartmentId)
Compartment OCID where the impacted resource is created
compartmentId
- the value to setpublic SightingSummary.Builder problemId(String problemId)
Problem ID associated with sighting
problemId
- the value to setpublic SightingSummary.Builder actorPrincipalId(String actorPrincipalId)
Unique identifier for principal actor
actorPrincipalId
- the value to setpublic SightingSummary.Builder actorPrincipalName(String actorPrincipalName)
Name of principal actor
actorPrincipalName
- the value to setpublic SightingSummary.Builder actorPrincipalType(String actorPrincipalType)
Type of principal actor
actorPrincipalType
- the value to setpublic SightingSummary.Builder detectorRuleId(String detectorRuleId)
Unique identifier of the detector rule that was triggered
detectorRuleId
- the value to setpublic SightingSummary.Builder classificationStatus(ClassificationStatus classificationStatus)
Classification status of the sighting
classificationStatus
- the value to setpublic SightingSummary.Builder sightingType(String sightingType)
Type of sighting
sightingType
- the value to setpublic SightingSummary.Builder sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
sightingTypeDisplayName
- the value to setpublic SightingSummary.Builder tacticName(String tacticName)
Name of the MITRE ATT@CK framework tactic
tacticName
- the value to setpublic SightingSummary.Builder techniqueName(String techniqueName)
Name of the MITRE ATT@CK framework technique
techniqueName
- the value to setpublic SightingSummary.Builder sightingScore(Integer sightingScore)
Score for the sighting
sightingScore
- the value to setpublic SightingSummary.Builder severity(Severity severity)
Severity of the sighting
severity
- the value to setpublic SightingSummary.Builder confidence(Confidence confidence)
Confidence level that the sighting is not a false positive
confidence
- the value to setpublic SightingSummary.Builder timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected. Format defined by RFC3339.
timeFirstDetected
- the value to setpublic SightingSummary.Builder timeLastDetected(Date timeLastDetected)
Time the activities were last detected. Format defined by RFC3339.
timeLastDetected
- the value to setpublic SightingSummary.Builder timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed. Format defined by RFC3339.
timeFirstOccurred
- the value to setpublic SightingSummary.Builder timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed. Format defined by RFC3339.
timeLastOccurred
- the value to setpublic SightingSummary.Builder regions(List<String> regions)
List of regions involved in the sighting
regions
- the value to setpublic SightingSummary build()
public SightingSummary.Builder copy(SightingSummary model)
Copyright © 2016–2024. All rights reserved.