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 MatchInfo
build()
MatchInfo.Builder
copy(MatchInfo model)
MatchInfo.Builder
matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)
The end index of the matching log entry.MatchInfo.Builder
regexScore(Integer regexScore)
The regular expression score.MatchInfo.Builder
stepCount(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)
-
-