public static final class MitreAttack.Builder
extends java.lang.Object
MitreAttack
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
MitreAttack . |
Modifier and Type | Method and Description |
---|---|
MitreAttack |
build() |
MitreAttack.Builder |
setTacticName(java.lang.String tacticName)
Represents tactic name of attack.
|
MitreAttack.Builder |
setTacticUrl(java.lang.String tacticUrl)
Represents tactic url of attack.
|
MitreAttack.Builder |
setTechniqueName(java.lang.String techniqueName)
Represents technique name of attack.
|
MitreAttack.Builder |
setTechniqueUrl(java.lang.String techniqueUrl)
Represents technique url of attack.
|
public Builder()
MitreAttack
.public MitreAttack.Builder setTacticName(java.lang.String tacticName)
tacticName
- New value for the property.public MitreAttack.Builder setTacticUrl(java.lang.String tacticUrl)
tacticUrl
- New value for the property.public MitreAttack.Builder setTechniqueName(java.lang.String techniqueName)
techniqueName
- New value for the property.public MitreAttack.Builder setTechniqueUrl(java.lang.String techniqueUrl)
techniqueUrl
- New value for the property.public MitreAttack build()