Class MatchInfo.Builder
- java.lang.Object
 - 
- com.oracle.bmc.loganalytics.model.MatchInfo.Builder
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
matchingLogEntryEndIndex
public MatchInfo.Builder matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)
The end index of the matching log entry.- Parameters:
 matchingLogEntryEndIndex- the value to set- Returns:
 - this builder
 
 
- 
regexScore
public MatchInfo.Builder regexScore(Integer regexScore)
The regular expression score.- Parameters:
 regexScore- the value to set- Returns:
 - this builder
 
 
- 
stepCount
public MatchInfo.Builder stepCount(Integer stepCount)
The step count.- Parameters:
 stepCount- the value to set- Returns:
 - this builder
 
 
- 
build
public MatchInfo build()
 
- 
copy
public MatchInfo.Builder copy(MatchInfo model)
 
 - 
 
 -