Interface ExploitObserved.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExploitObserved.Builder,ExploitObserved>,SdkBuilder<ExploitObserved.Builder,ExploitObserved>,SdkPojo
- Enclosing class:
- ExploitObserved
public static interface ExploitObserved.Builder extends SdkPojo, CopyableBuilder<ExploitObserved.Builder,ExploitObserved>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExploitObserved.BuilderfirstSeen(Instant firstSeen)The date an time when the exploit was first seen.ExploitObserved.BuilderlastSeen(Instant lastSeen)The date an time when the exploit was last seen.-
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
ExploitObserved.Builder firstSeen(Instant firstSeen)
The date an time when the exploit was first seen.
- Parameters:
firstSeen- The date an time when the exploit was first seen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSeen
ExploitObserved.Builder lastSeen(Instant lastSeen)
The date an time when the exploit was last seen.
- Parameters:
lastSeen- The date an time when the exploit was last seen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-