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
Modifier and TypeMethodDescriptionThe date and time this vulnerability was first observed.The date and time this vulnerability was last observed.The commercial sectors this vulnerability targets.targets
(Collection<String> targets) The commercial sectors this vulnerability targets.The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.ttps
(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 Details
-
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
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
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
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
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
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.
-