CopyableBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
, SdkBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
public static interface DownloadDBLogFilePortionResponse.Builder extends CopyableBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
Modifier and Type | Method | 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.
|
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.