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 Details

    • 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.