public static interface DownloadDbLogFilePortionResponse.Builder extends RdsResponse.Builder, CopyableBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>
| Modifier and Type | Method and Description |
|---|---|
DownloadDbLogFilePortionResponse.Builder |
additionalDataPending(Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.
|
DownloadDbLogFilePortionResponse.Builder |
logFileData(String logFileData)
Entries from the specified log file.
|
DownloadDbLogFilePortionResponse.Builder |
marker(String marker)
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDownloadDbLogFilePortionResponse.Builder logFileData(String logFileData)
Entries from the specified log file.
logFileData - Entries from the specified log file.DownloadDbLogFilePortionResponse.Builder marker(String marker)
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
marker - A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.DownloadDbLogFilePortionResponse.Builder additionalDataPending(Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.
additionalDataPending - Boolean value that if true, indicates there is more data to be downloaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.