Class SearchLogsDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.loggingsearch.model.SearchLogsDetails.Builder
 
- 
- Enclosing class:
- SearchLogsDetails
 
 public static class SearchLogsDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchLogsDetailsbuild()SearchLogsDetails.Buildercopy(SearchLogsDetails model)SearchLogsDetails.BuilderisReturnFieldInfo(Boolean isReturnFieldInfo)Whether to return field schema information for the log stream specified in searchQuery.SearchLogsDetails.BuildersearchQuery(String searchQuery)Query corresponding to the search operation.SearchLogsDetails.BuildertimeEnd(Date timeEnd)End filter log’s date and time, in the format defined by RFC3339.SearchLogsDetails.BuildertimeStart(Date timeStart)Start filter log’s date and time, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
timeStartpublic SearchLogsDetails.Builder timeStart(Date timeStart) Start filter log’s date and time, in the format defined by RFC3339.- Parameters:
- timeStart- the value to set
- Returns:
- this builder
 
 - 
timeEndpublic SearchLogsDetails.Builder timeEnd(Date timeEnd) End filter log’s date and time, in the format defined by RFC3339.- Parameters:
- timeEnd- the value to set
- Returns:
- this builder
 
 - 
searchQuerypublic 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. - Parameters:
- searchQuery- the value to set
- Returns:
- this builder
 
 - 
isReturnFieldInfopublic SearchLogsDetails.Builder isReturnFieldInfo(Boolean isReturnFieldInfo) Whether to return field schema information for the log stream specified in searchQuery.- Parameters:
- isReturnFieldInfo- the value to set
- Returns:
- this builder
 
 - 
buildpublic SearchLogsDetails build() 
 - 
copypublic SearchLogsDetails.Builder copy(SearchLogsDetails model) 
 
- 
 
-