Class AbstractParserTestResultLogLine.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.AbstractParserTestResultLogLine.Builder
-
- Enclosing class:
- AbstractParserTestResultLogLine
public static class AbstractParserTestResultLogLine.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
originalLogLine
public AbstractParserTestResultLogLine.Builder originalLogLine(String originalLogLine)
The original log line.- Parameters:
originalLogLine- the value to set- Returns:
- this builder
-
preProcessedLogLine
public AbstractParserTestResultLogLine.Builder preProcessedLogLine(String preProcessedLogLine)
The pre-processed log line.- Parameters:
preProcessedLogLine- the value to set- Returns:
- this builder
-
findStartIndex
public AbstractParserTestResultLogLine.Builder findStartIndex(Integer findStartIndex)
The find start index.- Parameters:
findStartIndex- the value to set- Returns:
- this builder
-
findEndIndex
public AbstractParserTestResultLogLine.Builder findEndIndex(Integer findEndIndex)
The find end index.- Parameters:
findEndIndex- the value to set- Returns:
- this builder
-
replaceString
public AbstractParserTestResultLogLine.Builder replaceString(String replaceString)
The replacement string.- Parameters:
replaceString- the value to set- Returns:
- this builder
-
replaceStartIndex
public AbstractParserTestResultLogLine.Builder replaceStartIndex(Integer replaceStartIndex)
The replace start index.- Parameters:
replaceStartIndex- the value to set- Returns:
- this builder
-
replaceEndIndex
public AbstractParserTestResultLogLine.Builder replaceEndIndex(Integer replaceEndIndex)
The replace end index.- Parameters:
replaceEndIndex- the value to set- Returns:
- this builder
-
grpNameValueMap
public AbstractParserTestResultLogLine.Builder grpNameValueMap(Map<String,NamedCaptureValue> grpNameValueMap)
The group name value map.- Parameters:
grpNameValueMap- the value to set- Returns:
- this builder
-
build
public AbstractParserTestResultLogLine build()
-
copy
public AbstractParserTestResultLogLine.Builder copy(AbstractParserTestResultLogLine model)
-
-