Interface LastCrawlInfo.Builder

    • Method Detail

      • errorMessage

        LastCrawlInfo.Builder errorMessage​(String errorMessage)

        If an error occurred, the error information about the last crawl.

        Parameters:
        errorMessage - If an error occurred, the error information about the last crawl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroup

        LastCrawlInfo.Builder logGroup​(String logGroup)

        The log group for the last crawl.

        Parameters:
        logGroup - The log group for the last crawl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logStream

        LastCrawlInfo.Builder logStream​(String logStream)

        The log stream for the last crawl.

        Parameters:
        logStream - The log stream for the last crawl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messagePrefix

        LastCrawlInfo.Builder messagePrefix​(String messagePrefix)

        The prefix for a message about this crawl.

        Parameters:
        messagePrefix - The prefix for a message about this crawl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        LastCrawlInfo.Builder startTime​(Instant startTime)

        The time at which the crawl started.

        Parameters:
        startTime - The time at which the crawl started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.