Interface RelatedFindingDetail.Builder

    • Method Detail

      • arn

        RelatedFindingDetail.Builder arn​(String arn)

        The ARN of the related finding.

        Parameters:
        arn - The ARN of the related finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        RelatedFindingDetail.Builder type​(String type)

        The type of finding.

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

        RelatedFindingDetail.Builder ipAddress​(String ipAddress)

        The IP address of the finding.

        Parameters:
        ipAddress - The IP address of the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.