Interface BatchGetFindingsError.Builder

    • Method Detail

      • errorCode

        BatchGetFindingsError.Builder errorCode​(String errorCode)

        A code associated with the type of error.

        Parameters:
        errorCode - A code associated with the type of error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        BatchGetFindingsError.Builder errorCode​(ErrorCode errorCode)

        A code associated with the type of error.

        Parameters:
        errorCode - A code associated with the type of error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • findingId

        BatchGetFindingsError.Builder findingId​(String findingId)

        The finding ID of the finding that was not fetched.

        Parameters:
        findingId - The finding ID of the finding that was not fetched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BatchGetFindingsError.Builder message​(String message)

        Describes the error.

        Parameters:
        message - Describes the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scanName

        BatchGetFindingsError.Builder scanName​(String scanName)

        The name of the scan that generated the finding.

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