Package com.vmware.nsx_policy.model
Class MitreAttack.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MitreAttack.Builder
-
- Enclosing class:
- MitreAttack
public static final class MitreAttack.Builder extends java.lang.Object
Builder class forMitreAttack
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMitreAttack
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMitreAttack
.
-
-
Method Detail
-
setTacticName
public MitreAttack.Builder setTacticName(java.lang.String tacticName)
Represents tactic name of attack.- Parameters:
tacticName
- New value for the property.
-
setTacticUrl
public MitreAttack.Builder setTacticUrl(java.lang.String tacticUrl)
Represents tactic url of attack.- Parameters:
tacticUrl
- New value for the property.
-
setTechniqueName
public MitreAttack.Builder setTechniqueName(java.lang.String techniqueName)
Represents technique name of attack.- Parameters:
techniqueName
- New value for the property.
-
setTechniqueUrl
public MitreAttack.Builder setTechniqueUrl(java.lang.String techniqueUrl)
Represents technique url of attack.- Parameters:
techniqueUrl
- New value for the property.
-
build
public MitreAttack build()
-
-