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.ObjectBuilder 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 MitreAttackbuild()MitreAttack.BuildersetTacticName(java.lang.String tacticName)Represents tactic name of attack.MitreAttack.BuildersetTacticUrl(java.lang.String tacticUrl)Represents tactic url of attack.MitreAttack.BuildersetTechniqueName(java.lang.String techniqueName)Represents technique name of attack.MitreAttack.BuildersetTechniqueUrl(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()
-
-