Interface DescribeFindingsResponse.Builder

    • Method Detail

      • findings

        DescribeFindingsResponse.Builder findings​(Collection<Finding> findings)

        Information about the finding.

        Parameters:
        findings - Information about the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        DescribeFindingsResponse.Builder findings​(Finding... findings)

        Information about the finding.

        Parameters:
        findings - Information about the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedItems

        DescribeFindingsResponse.Builder failedItems​(Map<String,​FailedItemDetails> failedItems)

        Finding details that cannot be described. An error code is provided for each failed item.

        Parameters:
        failedItems - Finding details that cannot be described. An error code is provided for each failed item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.