Interface FindingSummary.Builder

  • Method Details

    • serviceArn

      FindingSummary.Builder serviceArn(String serviceArn)
      Sets the value of the ServiceArn property for this object.
      Parameters:
      serviceArn - The new value for the ServiceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingId

      FindingSummary.Builder findingId(String findingId)

      The unique identifier of the finding.

      Parameters:
      findingId - The unique identifier of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the finding.

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

      FindingSummary.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureCategory

      FindingSummary.Builder failureCategory(String failureCategory)

      The failure category of the finding.

      Parameters:
      failureCategory - The failure category of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureCategory

      FindingSummary.Builder failureCategory(FailureCategory failureCategory)

      The failure category of the finding.

      Parameters:
      failureCategory - The failure category of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • severity

      FindingSummary.Builder severity(String severity)

      The severity of the finding.

      Parameters:
      severity - The severity of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • severity

      The severity of the finding.

      Parameters:
      severity - The severity of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policyComponent

      FindingSummary.Builder policyComponent(String policyComponent)

      The policy component associated with the finding.

      Parameters:
      policyComponent - The policy component associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policyComponent

      FindingSummary.Builder policyComponent(PolicyComponent policyComponent)

      The policy component associated with the finding.

      Parameters:
      policyComponent - The policy component associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      FindingSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the finding was last updated.

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