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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
DownloadDBLogFilePortionResponse.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.