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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DownloadDbLogFilePortionResponse.BuilderadditionalDataPending(Boolean additionalDataPending)A Boolean value that, if true, indicates there is more data to be downloaded.DownloadDbLogFilePortionResponse.BuilderlogFileData(String logFileData)Entries from the specified log file.DownloadDbLogFilePortionResponse.Buildermarker(String marker)A pagination token that can be used in a laterDownloadDBLogFilePortionrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
logFileData
DownloadDbLogFilePortionResponse.Builder logFileData(String 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
DownloadDbLogFilePortionResponse.Builder marker(String marker)
A pagination token that can be used in a later
DownloadDBLogFilePortionrequest.- Parameters:
marker- A pagination token that can be used in a laterDownloadDBLogFilePortionrequest.- 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.
-
-