Class MatchInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.MatchInfo.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchInfobuild()MatchInfo.Buildercopy(MatchInfo model)MatchInfo.BuildermatchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)The end index of the matching log entry.MatchInfo.BuilderregexScore(Integer regexScore)The regular expression score.MatchInfo.BuilderstepCount(Integer stepCount)The step count.
 
- 
- 
- 
Method Detail- 
matchingLogEntryEndIndexpublic MatchInfo.Builder matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex) The end index of the matching log entry.- Parameters:
- matchingLogEntryEndIndex- the value to set
- Returns:
- this builder
 
 - 
regexScorepublic MatchInfo.Builder regexScore(Integer regexScore) The regular expression score.- Parameters:
- regexScore- the value to set
- Returns:
- this builder
 
 - 
stepCountpublic MatchInfo.Builder stepCount(Integer stepCount) The step count.- Parameters:
- stepCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic MatchInfo build() 
 - 
copypublic MatchInfo.Builder copy(MatchInfo model) 
 
- 
 
-