Package com.oracle.bmc.cloudguard.model
Class SightingType.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.SightingType.Builder
-
- Enclosing class:
- SightingType
public static class SightingType.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SightingTypebuild()SightingType.Buildercopy(SightingType model)SightingType.Builderdescription(String description)Description of the sighting typeSightingType.BuilderdisplayName(String displayName)Display name of the sighting typeSightingType.Builderid(String id)The unique identifier of the sighting typeSightingType.BuildermitreLink(String mitreLink)MITRE ATT@CK framework link for the sighting typeSightingType.Buildertactic(String tactic)MITRE ATT@CK framework tactic for the sighting typeSightingType.Buildertechniques(List<String> techniques)List of MITRE ATT@CK framework techniques for the sighting type
-
-
-
Method Detail
-
id
public SightingType.Builder id(String id)
The unique identifier of the sighting type- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public SightingType.Builder displayName(String displayName)
Display name of the sighting type- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public SightingType.Builder description(String description)
Description of the sighting type- Parameters:
description- the value to set- Returns:
- this builder
-
mitreLink
public SightingType.Builder mitreLink(String mitreLink)
MITRE ATT@CK framework link for the sighting type- Parameters:
mitreLink- the value to set- Returns:
- this builder
-
tactic
public SightingType.Builder tactic(String tactic)
MITRE ATT@CK framework tactic for the sighting type- Parameters:
tactic- the value to set- Returns:
- this builder
-
techniques
public SightingType.Builder techniques(List<String> techniques)
List of MITRE ATT@CK framework techniques for the sighting type- Parameters:
techniques- the value to set- Returns:
- this builder
-
build
public SightingType build()
-
copy
public SightingType.Builder copy(SightingType model)
-
-