Interface AtigData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AtigData.Builder,AtigData>,SdkBuilder<AtigData.Builder,AtigData>,SdkPojo
- Enclosing class:
- AtigData
public static interface AtigData.Builder extends SdkPojo, CopyableBuilder<AtigData.Builder,AtigData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtigData.BuilderfirstSeen(Instant firstSeen)The date and time this vulnerability was first observed.AtigData.BuilderlastSeen(Instant lastSeen)The date and time this vulnerability was last observed.AtigData.Buildertargets(String... targets)The commercial sectors this vulnerability targets.AtigData.Buildertargets(Collection<String> targets)The commercial sectors this vulnerability targets.AtigData.Builderttps(String... ttps)The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.AtigData.Builderttps(Collection<String> ttps)The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
firstSeen
AtigData.Builder firstSeen(Instant firstSeen)
The date and time this vulnerability was first observed.
- Parameters:
firstSeen- The date and time this vulnerability was first observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSeen
AtigData.Builder lastSeen(Instant lastSeen)
The date and time this vulnerability was last observed.
- Parameters:
lastSeen- The date and time this vulnerability was last observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targets
AtigData.Builder targets(Collection<String> targets)
The commercial sectors this vulnerability targets.
- Parameters:
targets- The commercial sectors this vulnerability targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targets
AtigData.Builder targets(String... targets)
The commercial sectors this vulnerability targets.
- Parameters:
targets- The commercial sectors this vulnerability targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ttps
AtigData.Builder ttps(Collection<String> ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
- Parameters:
ttps- The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ttps
AtigData.Builder ttps(String... ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
- Parameters:
ttps- The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-