Uses of Class
com.oracle.bmc.loganalytics.model.MatchInfo.Builder
-
Packages that use MatchInfo.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of MatchInfo.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return MatchInfo.Builder Modifier and Type Method Description static MatchInfo.Builder
MatchInfo. builder()
Create a new builder.MatchInfo.Builder
MatchInfo.Builder. copy(MatchInfo model)
MatchInfo.Builder
MatchInfo.Builder. matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)
The end index of the matching log entry.MatchInfo.Builder
MatchInfo.Builder. regexScore(Integer regexScore)
The regular expression score.MatchInfo.Builder
MatchInfo.Builder. stepCount(Integer stepCount)
The step count.MatchInfo.Builder
MatchInfo. toBuilder()
-