Class RegexMatchResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RegexMatchResult.Builder
 
- 
- Enclosing class:
- RegexMatchResult
 
 public static class RegexMatchResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RegexMatchResultbuild()RegexMatchResult.Buildercopy(RegexMatchResult model)RegexMatchResult.BuildermatchedLogEntryEndIndex(Integer matchedLogEntryEndIndex)The matched log entry end index.RegexMatchResult.BuilderregexScore(Integer regexScore)The regular expression score.RegexMatchResult.BuilderregexStepsInfo(List<StepInfo> regexStepsInfo)The regular expression steps information.RegexMatchResult.BuilderstepCount(Integer stepCount)The regular expression step count.RegexMatchResult.BuildersubRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo)The regular expression match information.
 
- 
- 
- 
Method Detail- 
matchedLogEntryEndIndexpublic RegexMatchResult.Builder matchedLogEntryEndIndex(Integer matchedLogEntryEndIndex) The matched log entry end index.- Parameters:
- matchedLogEntryEndIndex- the value to set
- Returns:
- this builder
 
 - 
regexScorepublic RegexMatchResult.Builder regexScore(Integer regexScore) The regular expression score.- Parameters:
- regexScore- the value to set
- Returns:
- this builder
 
 - 
regexStepsInfopublic RegexMatchResult.Builder regexStepsInfo(List<StepInfo> regexStepsInfo) The regular expression steps information.- Parameters:
- regexStepsInfo- the value to set
- Returns:
- this builder
 
 - 
stepCountpublic RegexMatchResult.Builder stepCount(Integer stepCount) The regular expression step count.- Parameters:
- stepCount- the value to set
- Returns:
- this builder
 
 - 
subRegexesMatchInfopublic RegexMatchResult.Builder subRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo) The regular expression match information.- Parameters:
- subRegexesMatchInfo- the value to set
- Returns:
- this builder
 
 - 
buildpublic RegexMatchResult build() 
 - 
copypublic RegexMatchResult.Builder copy(RegexMatchResult model) 
 
- 
 
-