public static class SearchLogsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchLogsDetails |
build() |
SearchLogsDetails.Builder |
copy(SearchLogsDetails model) |
SearchLogsDetails.Builder |
isReturnFieldInfo(Boolean isReturnFieldInfo)
Whether to return field schema information for the log stream specified in searchQuery.
|
SearchLogsDetails.Builder |
searchQuery(String searchQuery)
Query corresponding to the search operation.
|
SearchLogsDetails.Builder |
timeEnd(Date timeEnd)
End filter log’s date and time, in the format defined by RFC3339.
|
SearchLogsDetails.Builder |
timeStart(Date timeStart)
Start filter log’s date and time, in the format defined by RFC3339.
|
public SearchLogsDetails.Builder timeStart(Date timeStart)
Start filter log’s date and time, in the format defined by RFC3339.
timeStart
- the value to setpublic SearchLogsDetails.Builder timeEnd(Date timeEnd)
End filter log’s date and time, in the format defined by RFC3339.
timeEnd
- the value to setpublic SearchLogsDetails.Builder searchQuery(String searchQuery)
Query corresponding to the search operation. This query is parsed and validated before execution and should follow the specification. For more information on the query language specification, see Logging Query Language Specification.
searchQuery
- the value to setpublic SearchLogsDetails.Builder isReturnFieldInfo(Boolean isReturnFieldInfo)
Whether to return field schema information for the log stream specified in searchQuery.
isReturnFieldInfo
- the value to setpublic SearchLogsDetails build()
public SearchLogsDetails.Builder copy(SearchLogsDetails model)
Copyright © 2016–2024. All rights reserved.