Class ExtractLogHeaderResults.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.ExtractLogHeaderResults.Builder
-
- Enclosing class:
- ExtractLogHeaderResults
public static class ExtractLogHeaderResults.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractLogHeaderResults
build()
ExtractLogHeaderResults.Builder
copy(ExtractLogHeaderResults model)
ExtractLogHeaderResults.Builder
headerPaths(List<String> headerPaths)
The log header values.ExtractLogHeaderResults.Builder
jsonPaths(List<ExtractLogHeaderDetails> jsonPaths)
The log header json paths.ExtractLogHeaderResults.Builder
xmlPaths(List<String> xmlPaths)
The log field or log header values.
-
-
-
Method Detail
-
jsonPaths
public ExtractLogHeaderResults.Builder jsonPaths(List<ExtractLogHeaderDetails> jsonPaths)
The log header json paths.- Parameters:
jsonPaths
- the value to set- Returns:
- this builder
-
xmlPaths
public ExtractLogHeaderResults.Builder xmlPaths(List<String> xmlPaths)
The log field or log header values.- Parameters:
xmlPaths
- the value to set- Returns:
- this builder
-
headerPaths
public ExtractLogHeaderResults.Builder headerPaths(List<String> headerPaths)
The log header values.- Parameters:
headerPaths
- the value to set- Returns:
- this builder
-
build
public ExtractLogHeaderResults build()
-
copy
public ExtractLogHeaderResults.Builder copy(ExtractLogHeaderResults model)
-
-