public static interface DownloadDbLogFilePortionResponse.Builder extends RdsResponse.Builder, SdkPojo, 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 later
DownloadDBLogFilePortion request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 later DownloadDBLogFilePortion request.
marker - A pagination token that can be used in a later 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 © 2023. All rights reserved.