public static interface SearchedLogStream.Builder extends SdkPojo, CopyableBuilder<SearchedLogStream.Builder,SearchedLogStream>
Modifier and Type | Method and Description |
---|---|
SearchedLogStream.Builder |
logStreamName(String logStreamName)
The name of the log stream.
|
SearchedLogStream.Builder |
searchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchedLogStream.Builder logStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.SearchedLogStream.Builder searchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
searchedCompletely
- Indicates whether all the events in this log stream were searched.Copyright © 2020. All rights reserved.