Interface DownloadDbLogFilePortionResponse.Builder

    • Method Detail

      • logFileData

        DownloadDbLogFilePortionResponse.Builder logFileData​(String logFileData)

        Entries from the specified log file.

        Parameters:
        logFileData - Entries from the specified log file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DownloadDbLogFilePortionResponse.Builder marker​(String marker)

        A pagination token that can be used in a later DownloadDBLogFilePortion request.

        Parameters:
        marker - A pagination token that can be used in a later DownloadDBLogFilePortion request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalDataPending

        DownloadDbLogFilePortionResponse.Builder additionalDataPending​(Boolean additionalDataPending)

        A Boolean value that, if true, indicates there is more data to be downloaded.

        Parameters:
        additionalDataPending - A Boolean value that, if true, indicates there is more data to be downloaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.