Interface DownloadDbLogFilePortionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>, RdsResponse.Builder, SdkBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DownloadDbLogFilePortionResponse

public static interface DownloadDbLogFilePortionResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>
  • Method Details

    • 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

      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.