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
Modifier and TypeMethodDescriptionThe date an time when the exploit was first seen.The date an time when the exploit was last seen.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-