Interface FindingSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FindingSummary.Builder,FindingSummary>, SdkBuilder<FindingSummary.Builder,FindingSummary>, SdkPojo
Enclosing class:
FindingSummary

public static interface FindingSummary.Builder extends SdkPojo, CopyableBuilder<FindingSummary.Builder,FindingSummary>
  • Method Details

    • id

      The ID of the finding.

      Parameters:
      id - The ID of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      FindingSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp for when the finding was last updated.

      Parameters:
      lastModifiedTime - The timestamp for when the finding was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.